#F55664

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

Shades of Wild Watermelon #F55664

Tints of Wild Watermelon #F55664

Color information

#F55664 (or 0xF55664) is unknown color: approx Wild Watermelon. HEX triplet: F5, 56 and 64. RGB value is (245,86,100). Sum of RGB (Red+Green+Blue) = 245+86+100=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F55664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55664 is #0AA99B. Grayscale: #878787. Windows color (decimal): -698780 or 6575861. OLE color: 6575861.

HSL color Cylindrical-coordinate representation of color #F55664: hue angle of 354.72º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F55664 is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB24586100-
CMYK00.650.590.04
HSL354.72º88.83%64.9%-
HSV(B)354.72º64.9%96.08%-
XYZ43.2826.9914.98-
YUV135.14108.18206.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 56.84%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 100 (39.45% from 255) = 23.20%
R=56.84%
G=19.95%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458610000.650.590.04354.7288.8364.9
HexF556640413B41635941
Octal3651261440101734543131101
Binary11110101101011011001000100000111101110010110001110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55664; }

 p { color: rgb(245,86,100); }

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

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

 a { background-color: rgb(245,86,100); }

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

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

 span { border-color: rgb(245,86,100); }

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