#F25576

Color #F25576 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #F25576

Tints of Wild Watermelon #F25576

Color information

#F25576 (or 0xF25576) is unknown color: approx Wild Watermelon. HEX triplet: F2, 55 and 76. RGB value is (242,85,118). Sum of RGB (Red+Green+Blue) = 242+85+118=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F25576 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25576 is #0DAA89. Grayscale: #878787. Windows color (decimal): -895626 or 7755250. OLE color: 7755250.

HSL color Cylindrical-coordinate representation of color #F25576: hue angle of 347.39º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F25576 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB24285118-
CMYK00.650.510.05
HSL347.39º85.79%64.12%-
HSV(B)347.39º64.88%94.9%-
XYZ43.1426.6820.02-
YUV135.71118.01203.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 54.38%
GREEN value IS 85 (33.59% from 255) = 19.10%
BLUE value IS 118 (46.48% from 255) = 26.52%
R=54.38%
G=19.10%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2428511800.650.510.05347.3985.7964.12
HexF2557604133515b5640
Octal3621251660101635533126100
Binary11110010101010111101100100000111001110110101101110101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F25576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F25576; }

 p { color: rgb(242,85,118); }

 H1.HeaderClassName
 {
   color: #F25576;
 }
 .AnyTagClassName
 {
   color: #F25576;
 }
</style>
background-color css

<style>
 a { background-color: #F25576; }

 a { background-color: rgb(242,85,118); }

 div.DivClassName
 {
   background-color: #F25576;
 }
 .BgClassName
 {
   background-color: #F25576;
 }
</style>
border-color css

<style>
 span { border-color: #F25576; }

 span { border-color: rgb(242,85,118); }

 td.TdClassName
 {
   border-color: #F25576;
 }
 .TagClassName
 {
   border-color: #F25576;
 }
</style>