Shades of Froly #FC7B7F
Tints of Froly #FC7B7F
RGB
CMYK
RGB Variations
Color information
#FC7B7F (or 0xFC7B7F) is known color: Froly. HEX triplet: FC, 7B and 7F. RGB value is (252,123,127). Sum of RGB (Red+Green+Blue) = 252+123+127=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 123 (48.44% from 255 or 24.50% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B7F is #038480. Grayscale: #A2A2A2. Windows color (decimal): -230529 or 8354812. OLE color: 8354812.
HSL color Cylindrical-coordinate representation of color #FC7B7F: hue angle of 358.14º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7B7F is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 127 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.01 |
| HSL | 358.14º | 0.96% | 0.74% | - |
| HSV(B) | 358.14º | 0.51% | 0.99% | - |
| XYZ | 51.06 | 36.39 | 24.41 | - |
| YUV | 162.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 127 | 0 | 0.51 | 0.50 | 0.01 | 358.14 | 0.96 | 0.74 |
| Hex | FC | 7B | 7F | 0 | 33 | 32 | 1 | 166 | 60 | 4A |
| Octal | 374 | 173 | 177 | 0 | 63 | 62 | 1 | 546 | 140 | 112 |
| Binary | 11111100 | 1111011 | 1111111 | 0 | 110011 | 110010 | 1 | 101100110 | 1100000 | 1001010 |
Color Harmonies of #FC7B7F
Complementary color
Monochromatic Colors of #FC7B7F
Black with #FC7B7F
Text Example
Text Example
White with #FC7B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B7F; }
p { color: rgb(252,123,127); }
H1.HeaderClassName
{
color: #FC7B7F;
}
.AnyTagClassName
{
color: #FC7B7F;
}
</style>
background-color css
<style>
a { background-color: #FC7B7F; }
a { background-color: rgb(252,123,127); }
div.DivClassName
{
background-color: #FC7B7F;
}
.BgClassName
{
background-color: #FC7B7F;
}
</style>
border-color css
<style>
span { border-color: #FC7B7F; }
span { border-color: rgb(252,123,127); }
td.TdClassName
{
border-color: #FC7B7F;
}
.TagClassName
{
border-color: #FC7B7F;
}
</style>