#F55C78

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

Shades of Wild Watermelon #F55C78

Tints of Wild Watermelon #F55C78

Color information

#F55C78 (or 0xF55C78) is unknown color: approx Wild Watermelon. HEX triplet: F5, 5C and 78. RGB value is (245,92,120). Sum of RGB (Red+Green+Blue) = 245+92+120=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55C78 is #0AA387. Grayscale: #8C8C8C. Windows color (decimal): -697224 or 7888117. OLE color: 7888117.

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

Color convert

RGB24592120-
CMYK00.620.510.04
HSL349.02º88.44%66.08%-
HSV(B)349.02º62.45%96.08%-
XYZ44.8728.4220.89-
YUV140.94116.19202.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.61%
GREEN value IS 92 (36.33% from 255) = 20.13%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=53.61%
G=20.13%
B=26.26%

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
Decimal2459212000.620.510.04349.0288.4466.08
HexF55C7803E33415d5842
Octal365134170076634535130102
Binary1111010110111001111000011111011001110010101110110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55C78; }

 p { color: rgb(245,92,120); }

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

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

 a { background-color: rgb(245,92,120); }

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

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

 span { border-color: rgb(245,92,120); }

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