Shades of Froly #FC7275
Tints of Froly #FC7275
RGB
CMYK
RGB Variations
Color information
#FC7275 (or 0xFC7275) is known color: Froly. HEX triplet: FC, 72 and 75. RGB value is (252,114,117). Sum of RGB (Red+Green+Blue) = 252+114+117=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 117 (46.09% from 255 or 24.22% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7275 is #038D8A. Grayscale: #9B9B9B. Windows color (decimal): -232843 or 7697148. OLE color: 7697148.
HSL color Cylindrical-coordinate representation of color #FC7275: hue angle of 358.7º 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 #FC7275 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 117 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.01 |
| HSL | 358.7º | 0.96% | 0.72% | - |
| HSV(B) | 358.7º | 0.55% | 0.99% | - |
| XYZ | 49.37 | 34.01 | 20.79 | - |
| YUV | 155.6 | 106.22 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 117 | 0 | 0.55 | 0.54 | 0.01 | 358.7 | 0.96 | 0.72 |
| Hex | FC | 72 | 75 | 0 | 37 | 36 | 1 | 167 | 60 | 48 |
| Octal | 374 | 162 | 165 | 0 | 67 | 66 | 1 | 547 | 140 | 110 |
| Binary | 11111100 | 1110010 | 1110101 | 0 | 110111 | 110110 | 1 | 101100111 | 1100000 | 1001000 |
Color Harmonies of #FC7275
Complementary color
Monochromatic Colors of #FC7275
Black with #FC7275
Text Example
Text Example
White with #FC7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7275; }
p { color: rgb(252,114,117); }
H1.HeaderClassName
{
color: #FC7275;
}
.AnyTagClassName
{
color: #FC7275;
}
</style>
background-color css
<style>
a { background-color: #FC7275; }
a { background-color: rgb(252,114,117); }
div.DivClassName
{
background-color: #FC7275;
}
.BgClassName
{
background-color: #FC7275;
}
</style>
border-color css
<style>
span { border-color: #FC7275; }
span { border-color: rgb(252,114,117); }
td.TdClassName
{
border-color: #FC7275;
}
.TagClassName
{
border-color: #FC7275;
}
</style>