#FC5164

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

Shades of Wild Watermelon #FC5164

Tints of Wild Watermelon #FC5164

Color information

#FC5164 (or 0xFC5164) is unknown color: approx Wild Watermelon. HEX triplet: FC, 51 and 64. RGB value is (252,81,100). Sum of RGB (Red+Green+Blue) = 252+81+100=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5164 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5164 is #03AE9B. Grayscale: #868686. Windows color (decimal): -241308 or 6574588. OLE color: 6574588.

HSL color Cylindrical-coordinate representation of color #FC5164: hue angle of 353.33º 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 #FC5164 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB25281100-
CMYK00.680.600.01
HSL353.33º96.61%65.29%-
HSV(B)353.33º67.86%98.82%-
XYZ45.3927.514.97-
YUV134.29108.65211.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 58.20%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=58.20%
G=18.71%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2528110000.680.600.01353.3396.6165.29
HexFC51640443C11616141
Octal3741211440104741541141101
Binary111111001010001110010001000100111100110110000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5164; }

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

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

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

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

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

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

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

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