#F55E76

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

Shades of Wild Watermelon #F55E76

Tints of Wild Watermelon #F55E76

Color information

#F55E76 (or 0xF55E76) is unknown color: approx Wild Watermelon. HEX triplet: F5, 5E and 76. RGB value is (245,94,118). Sum of RGB (Red+Green+Blue) = 245+94+118=457 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.61% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 245 - color contains mainly: red. Hex color #F55E76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55E76 is #0AA189. Grayscale: #8D8D8D. Windows color (decimal): -696714 or 7757557. OLE color: 7757557.

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

Color convert

RGB24594118-
CMYK00.620.520.04
HSL350.46º88.3%66.47%-
HSV(B)350.46º61.63%96.08%-
XYZ44.9328.7320.32-
YUV141.88114.53201.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.61%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 118 (46.48% from 255) = 25.82%
R=53.61%
G=20.57%
B=25.82%

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
Decimal2459411800.620.520.04350.4688.366.47
HexF55E7603E34415e5842
Octal365136166076644536130102
Binary1111010110111101110110011111011010010010101111010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55E76; }

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

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

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

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

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

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

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

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