#FC6F74

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

Shades of Froly #FC6F74

Tints of Froly #FC6F74

Color information

#FC6F74 (or 0xFC6F74) is unknown color: approx Froly. HEX triplet: FC, 6F and 74. RGB value is (252,111,116). Sum of RGB (Red+Green+Blue) = 252+111+116=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 116 (45.70% from 255 or 24.22% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6F74 is #03908B. Grayscale: #999999. Windows color (decimal): -233612 or 7630844. OLE color: 7630844.

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

Color convert

RGB252111116-
CMYK00.560.540.01
HSL357.87º95.92%71.18%-
HSV(B)357.87º55.95%98.82%-
XYZ48.9833.3320.37-
YUV153.73106.71198.09-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.61%
GREEN value IS 111 (43.75% from 255) = 23.17%
BLUE value IS 116 (45.70% from 255) = 24.22%
R=52.61%
G=23.17%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211111600.560.540.01357.8795.9271.18
HexFC6F740383611666047
Octal374157164070661546140107
Binary11111100110111111101000111000110110110110011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6F74; }

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

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

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

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

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

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

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

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