#FC5976

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

Shades of Wild Watermelon #FC5976

Tints of Wild Watermelon #FC5976

Color information

#FC5976 (or 0xFC5976) is unknown color: approx Wild Watermelon. HEX triplet: FC, 59 and 76. RGB value is (252,89,118). Sum of RGB (Red+Green+Blue) = 252+89+118=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 89 (35.16% from 255 or 19.39% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5976 is #03A689. Grayscale: #8D8D8D. Windows color (decimal): -239242 or 7756284. OLE color: 7756284.

HSL color Cylindrical-coordinate representation of color #FC5976: hue angle of 349.33º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FC5976 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB25289118-
CMYK00.650.530.01
HSL349.33º96.45%66.86%-
HSV(B)349.33º64.68%98.82%-
XYZ46.9929.1520.29-
YUV141.04115207.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.90%
GREEN value IS 89 (35.16% from 255) = 19.39%
BLUE value IS 118 (46.48% from 255) = 25.71%
R=54.90%
G=19.39%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528911800.650.530.01349.3396.4566.86
HexFC597604135115d6043
Octal3741311660101651535140103
Binary111111001011001111011001000001110101110101110111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5976; }

 p { color: rgb(252,89,118); }

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

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

 a { background-color: rgb(252,89,118); }

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

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

 span { border-color: rgb(252,89,118); }

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