Shades of Froly #FC767C
Tints of Froly #FC767C
RGB
CMYK
RGB Variations
Color information
#FC767C (or 0xFC767C) is known color: Froly. HEX triplet: FC, 76 and 7C. RGB value is (252,118,124). Sum of RGB (Red+Green+Blue) = 252+118+124=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FC767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC767C is #038983. Grayscale: #9E9E9E. Windows color (decimal): -231812 or 8156924. OLE color: 8156924.
HSL color Cylindrical-coordinate representation of color #FC767C: hue angle of 357.31º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC767C is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 118 | 124 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.01 |
| HSL | 357.31º | 0.96% | 0.73% | - |
| HSV(B) | 357.31º | 0.53% | 0.99% | - |
| XYZ | 50.26 | 35.11 | 23.2 | - |
| YUV | 158.75 | 108.39 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 118 | 124 | 0 | 0.53 | 0.51 | 0.01 | 357.31 | 0.96 | 0.73 |
| Hex | FC | 76 | 7C | 0 | 35 | 33 | 1 | 165 | 60 | 49 |
| Octal | 374 | 166 | 174 | 0 | 65 | 63 | 1 | 545 | 140 | 111 |
| Binary | 11111100 | 1110110 | 1111100 | 0 | 110101 | 110011 | 1 | 101100101 | 1100000 | 1001001 |
Color Harmonies of #FC767C
Complementary color
Monochromatic Colors of #FC767C
Black with #FC767C
Text Example
Text Example
White with #FC767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC767C; }
p { color: rgb(252,118,124); }
H1.HeaderClassName
{
color: #FC767C;
}
.AnyTagClassName
{
color: #FC767C;
}
</style>
background-color css
<style>
a { background-color: #FC767C; }
a { background-color: rgb(252,118,124); }
div.DivClassName
{
background-color: #FC767C;
}
.BgClassName
{
background-color: #FC767C;
}
</style>
border-color css
<style>
span { border-color: #FC767C; }
span { border-color: rgb(252,118,124); }
td.TdClassName
{
border-color: #FC767C;
}
.TagClassName
{
border-color: #FC767C;
}
</style>