Shades of Froly #FC787C
Tints of Froly #FC787C
RGB
CMYK
RGB Variations
Color information
#FC787C (or 0xFC787C) is known color: Froly. HEX triplet: FC, 78 and 7C. RGB value is (252,120,124). Sum of RGB (Red+Green+Blue) = 252+120+124=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC787C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC787C is #038783. Grayscale: #A0A0A0. Windows color (decimal): -231300 or 8157436. OLE color: 8157436.
HSL color Cylindrical-coordinate representation of color #FC787C: hue angle of 358.18º 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 #FC787C is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 124 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.01 |
| HSL | 358.18º | 0.96% | 0.73% | - |
| HSV(B) | 358.18º | 0.52% | 0.99% | - |
| XYZ | 50.5 | 35.58 | 23.28 | - |
| YUV | 159.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 124 | 0 | 0.52 | 0.51 | 0.01 | 358.18 | 0.96 | 0.73 |
| Hex | FC | 78 | 7C | 0 | 34 | 33 | 1 | 166 | 60 | 49 |
| Octal | 374 | 170 | 174 | 0 | 64 | 63 | 1 | 546 | 140 | 111 |
| Binary | 11111100 | 1111000 | 1111100 | 0 | 110100 | 110011 | 1 | 101100110 | 1100000 | 1001001 |
Color Harmonies of #FC787C
Complementary color
Monochromatic Colors of #FC787C
Black with #FC787C
Text Example
Text Example
White with #FC787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC787C; }
p { color: rgb(252,120,124); }
H1.HeaderClassName
{
color: #FC787C;
}
.AnyTagClassName
{
color: #FC787C;
}
</style>
background-color css
<style>
a { background-color: #FC787C; }
a { background-color: rgb(252,120,124); }
div.DivClassName
{
background-color: #FC787C;
}
.BgClassName
{
background-color: #FC787C;
}
</style>
border-color css
<style>
span { border-color: #FC787C; }
span { border-color: rgb(252,120,124); }
td.TdClassName
{
border-color: #FC787C;
}
.TagClassName
{
border-color: #FC787C;
}
</style>