#F55D6F

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

Shades of Wild Watermelon #F55D6F

Tints of Wild Watermelon #F55D6F

Color information

#F55D6F (or 0xF55D6F) is unknown color: approx Wild Watermelon. HEX triplet: F5, 5D and 6F. RGB value is (245,93,111). Sum of RGB (Red+Green+Blue) = 245+93+111=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55D6F is #0AA290. Grayscale: #8C8C8C. Windows color (decimal): -696977 or 7298549. OLE color: 7298549.

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

Color convert

RGB24593111-
CMYK00.620.550.04
HSL352.89º88.37%66.27%-
HSV(B)352.89º62.04%96.08%-
XYZ44.4428.3918.18-
YUV140.5111.36202.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.57%
GREEN value IS 93 (36.72% from 255) = 20.71%
BLUE value IS 111 (43.75% from 255) = 24.72%
R=54.57%
G=20.71%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459311100.620.550.04352.8988.3766.27
HexF55D6F03E3741615842
Octal365135157076674541130102
Binary1111010110111011101111011111011011110010110000110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55D6F; }

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

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

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

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

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

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

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

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