#F55D77

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

Shades of Wild Watermelon #F55D77

Tints of Wild Watermelon #F55D77

Color information

#F55D77 (or 0xF55D77) is unknown color: approx Wild Watermelon. HEX triplet: F5, 5D and 77. RGB value is (245,93,119). Sum of RGB (Red+Green+Blue) = 245+93+119=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55D77 is #0AA288. Grayscale: #8D8D8D. Windows color (decimal): -696969 or 7822837. OLE color: 7822837.

HSL color Cylindrical-coordinate representation of color #F55D77: hue angle of 349.74º 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 #F55D77 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB24593119-
CMYK00.620.510.04
HSL349.74º88.37%66.27%-
HSV(B)349.74º62.04%96.08%-
XYZ44.928.5720.6-
YUV141.41115.36201.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.61%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 119 (46.88% from 255) = 26.04%
R=53.61%
G=20.35%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459311900.620.510.04349.7488.3766.27
HexF55D7703E33415e5842
Octal365135167076634536130102
Binary1111010110111011110111011111011001110010101111010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55D77; }

 p { color: rgb(245,93,119); }

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

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

 a { background-color: rgb(245,93,119); }

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

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

 span { border-color: rgb(245,93,119); }

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