#F55C76

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

Shades of Wild Watermelon #F55C76

Tints of Wild Watermelon #F55C76

Color information

#F55C76 (or 0xF55C76) is unknown color: approx Wild Watermelon. HEX triplet: F5, 5C and 76. RGB value is (245,92,118). Sum of RGB (Red+Green+Blue) = 245+92+118=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F55C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55C76 is #0AA389. Grayscale: #8C8C8C. Windows color (decimal): -697226 or 7757045. OLE color: 7757045.

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

Color convert

RGB24592118-
CMYK00.620.520.04
HSL349.8º88.44%66.08%-
HSV(B)349.8º62.45%96.08%-
XYZ44.7528.3720.26-
YUV140.71115.19202.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.85%
GREEN value IS 92 (36.33% from 255) = 20.22%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=53.85%
G=20.22%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459211800.620.520.04349.888.4466.08
HexF55C7603E34415e5842
Octal365134166076644536130102
Binary1111010110111001110110011111011010010010101111010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55C76; }

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

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

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

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

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

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

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

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