#FC5F70

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

Shades of Wild Watermelon #FC5F70

Tints of Wild Watermelon #FC5F70

Color information

#FC5F70 (or 0xFC5F70) is unknown color: approx Wild Watermelon. HEX triplet: FC, 5F and 70. RGB value is (252,95,112). Sum of RGB (Red+Green+Blue) = 252+95+112=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5F70 is #03A08F. Grayscale: #8F8F8F. Windows color (decimal): -237712 or 7364604. OLE color: 7364604.

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

Color convert

RGB25295112-
CMYK00.620.560.01
HSL353.5º96.32%68.04%-
HSV(B)353.5º62.3%98.82%-
XYZ47.1630.0518.64-
YUV143.88110.01205.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.90%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 112 (44.14% from 255) = 24.40%
R=54.90%
G=20.70%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529511200.620.560.01353.596.3268.04
HexFC5F7003E3811626044
Octal374137160076701542140104
Binary11111100101111111100000111110111000110110001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5F70; }

 p { color: rgb(252,95,112); }

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

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

 a { background-color: rgb(252,95,112); }

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

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

 span { border-color: rgb(252,95,112); }

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