#FC5160

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

Shades of Wild Watermelon #FC5160

Tints of Wild Watermelon #FC5160

Color information

#FC5160 (or 0xFC5160) is unknown color: approx Wild Watermelon. HEX triplet: FC, 51 and 60. RGB value is (252,81,96). Sum of RGB (Red+Green+Blue) = 252+81+96=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5160 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5160 is #03AE9F. Grayscale: #858585. Windows color (decimal): -241312 or 6312444. OLE color: 6312444.

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

Color convert

RGB2528196-
CMYK00.680.620.01
HSL354.74º96.61%65.29%-
HSV(B)354.74º67.86%98.82%-
XYZ45.227.4213.98-
YUV133.84106.65212.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.74%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=58.74%
G=18.88%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252819600.680.620.01354.7496.6165.29
HexFC51600443E11636141
Octal3741211400104761543141101
Binary111111001010001110000001000100111110110110001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5160; }

 p { color: rgb(252,81,96); }

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

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

 a { background-color: rgb(252,81,96); }

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

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

 span { border-color: rgb(252,81,96); }

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