#FC6F72

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

Shades of Froly #FC6F72

Tints of Froly #FC6F72

Color information

#FC6F72 (or 0xFC6F72) is unknown color: approx Froly. HEX triplet: FC, 6F and 72. RGB value is (252,111,114). Sum of RGB (Red+Green+Blue) = 252+111+114=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6F72 is #03908D. Grayscale: #999999. Windows color (decimal): -233614 or 7499772. OLE color: 7499772.

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

Color convert

RGB252111114-
CMYK00.560.550.01
HSL358.72º95.92%71.18%-
HSV(B)358.72º55.95%98.82%-
XYZ48.8733.2819.77-
YUV153.5105.71198.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.83%
GREEN value IS 111 (43.75% from 255) = 23.27%
BLUE value IS 114 (44.92% from 255) = 23.90%
R=52.83%
G=23.27%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211111400.560.550.01358.7295.9271.18
HexFC6F720383711676047
Octal374157162070671547140107
Binary11111100110111111100100111000110111110110011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6F72; }

 p { color: rgb(252,111,114); }

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

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

 a { background-color: rgb(252,111,114); }

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

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

 span { border-color: rgb(252,111,114); }

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