Shades of Froly #FC797F
Tints of Froly #FC797F
RGB
CMYK
RGB Variations
Color information
#FC797F (or 0xFC797F) is known color: Froly. HEX triplet: FC, 79 and 7F. RGB value is (252,121,127). Sum of RGB (Red+Green+Blue) = 252+121+127=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC797F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC797F is #038680. Grayscale: #A0A0A0. Windows color (decimal): -231041 or 8354300. OLE color: 8354300.
HSL color Cylindrical-coordinate representation of color #FC797F: hue angle of 357.25º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC797F is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 121 | 127 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.01 |
| HSL | 357.25º | 0.96% | 0.73% | - |
| HSV(B) | 357.25º | 0.52% | 0.99% | - |
| XYZ | 50.81 | 35.9 | 24.33 | - |
| YUV | 160.85 | 108.9 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 121 | 127 | 0 | 0.52 | 0.50 | 0.01 | 357.25 | 0.96 | 0.73 |
| Hex | FC | 79 | 7F | 0 | 34 | 32 | 1 | 165 | 60 | 49 |
| Octal | 374 | 171 | 177 | 0 | 64 | 62 | 1 | 545 | 140 | 111 |
| Binary | 11111100 | 1111001 | 1111111 | 0 | 110100 | 110010 | 1 | 101100101 | 1100000 | 1001001 |
Color Harmonies of #FC797F
Complementary color
Monochromatic Colors of #FC797F
Black with #FC797F
Text Example
Text Example
White with #FC797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC797F; }
p { color: rgb(252,121,127); }
H1.HeaderClassName
{
color: #FC797F;
}
.AnyTagClassName
{
color: #FC797F;
}
</style>
background-color css
<style>
a { background-color: #FC797F; }
a { background-color: rgb(252,121,127); }
div.DivClassName
{
background-color: #FC797F;
}
.BgClassName
{
background-color: #FC797F;
}
</style>
border-color css
<style>
span { border-color: #FC797F; }
span { border-color: rgb(252,121,127); }
td.TdClassName
{
border-color: #FC797F;
}
.TagClassName
{
border-color: #FC797F;
}
</style>