#F55E69

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

Shades of Wild Watermelon #F55E69

Tints of Wild Watermelon #F55E69

Color information

#F55E69 (or 0xF55E69) is unknown color: approx Wild Watermelon. HEX triplet: F5, 5E and 69. RGB value is (245,94,105). Sum of RGB (Red+Green+Blue) = 245+94+105=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55E69 is #0AA196. Grayscale: #8C8C8C. Windows color (decimal): -696727 or 6905589. OLE color: 6905589.

HSL color Cylindrical-coordinate representation of color #F55E69: hue angle of 355.63º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55E69 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB24594105-
CMYK00.620.570.04
HSL355.63º88.3%66.47%-
HSV(B)355.63º61.63%96.08%-
XYZ44.2128.4416.52-
YUV140.4108.03202.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.18%
GREEN value IS 94 (37.11% from 255) = 21.17%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=55.18%
G=21.17%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459410500.620.570.04355.6388.366.47
HexF55E6903E3941645842
Octal365136151076714544130102
Binary1111010110111101101001011111011100110010110010010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55E69; }

 p { color: rgb(245,94,105); }

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

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

 a { background-color: rgb(245,94,105); }

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

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

 span { border-color: rgb(245,94,105); }

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