Shades of Froly #FC7172
Tints of Froly #FC7172
RGB
CMYK
RGB Variations
Color information
#FC7172 (or 0xFC7172) is known color: Froly. HEX triplet: FC, 71 and 72. RGB value is (252,113,114). Sum of RGB (Red+Green+Blue) = 252+113+114=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7172 is #038E8D. Grayscale: #9A9A9A. Windows color (decimal): -233102 or 7500284. OLE color: 7500284.
HSL color Cylindrical-coordinate representation of color #FC7172: hue angle of 359.57º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC7172 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 114 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.01 |
| HSL | 359.57º | 0.96% | 0.72% | - |
| HSV(B) | 359.57º | 0.55% | 0.99% | - |
| XYZ | 49.09 | 33.72 | 19.84 | - |
| YUV | 154.68 | 105.05 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 114 | 0 | 0.55 | 0.55 | 0.01 | 359.57 | 0.96 | 0.72 |
| Hex | FC | 71 | 72 | 0 | 37 | 37 | 1 | 168 | 60 | 48 |
| Octal | 374 | 161 | 162 | 0 | 67 | 67 | 1 | 550 | 140 | 110 |
| Binary | 11111100 | 1110001 | 1110010 | 0 | 110111 | 110111 | 1 | 101101000 | 1100000 | 1001000 |
Color Harmonies of #FC7172
Complementary color
Monochromatic Colors of #FC7172
Black with #FC7172
Text Example
Text Example
White with #FC7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7172; }
p { color: rgb(252,113,114); }
H1.HeaderClassName
{
color: #FC7172;
}
.AnyTagClassName
{
color: #FC7172;
}
</style>
background-color css
<style>
a { background-color: #FC7172; }
a { background-color: rgb(252,113,114); }
div.DivClassName
{
background-color: #FC7172;
}
.BgClassName
{
background-color: #FC7172;
}
</style>
border-color css
<style>
span { border-color: #FC7172; }
span { border-color: rgb(252,113,114); }
td.TdClassName
{
border-color: #FC7172;
}
.TagClassName
{
border-color: #FC7172;
}
</style>