Shades of Froly #FC7A7B
Tints of Froly #FC7A7B
RGB
CMYK
RGB Variations
Color information
#FC7A7B (or 0xFC7A7B) is known color: Froly. HEX triplet: FC, 7A and 7B. RGB value is (252,122,123). Sum of RGB (Red+Green+Blue) = 252+122+123=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A7B is #038584. Grayscale: #A1A1A1. Windows color (decimal): -230789 or 8092412. OLE color: 8092412.
HSL color Cylindrical-coordinate representation of color #FC7A7B: hue angle of 359.54º 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 #FC7A7B is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 123 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.01 |
| HSL | 359.54º | 0.96% | 0.73% | - |
| HSV(B) | 359.54º | 0.52% | 0.99% | - |
| XYZ | 50.68 | 36.04 | 23.03 | - |
| YUV | 160.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 123 | 0 | 0.52 | 0.51 | 0.01 | 359.54 | 0.96 | 0.73 |
| Hex | FC | 7A | 7B | 0 | 34 | 33 | 1 | 168 | 60 | 49 |
| Octal | 374 | 172 | 173 | 0 | 64 | 63 | 1 | 550 | 140 | 111 |
| Binary | 11111100 | 1111010 | 1111011 | 0 | 110100 | 110011 | 1 | 101101000 | 1100000 | 1001001 |
Color Harmonies of #FC7A7B
Complementary color
Monochromatic Colors of #FC7A7B
Black with #FC7A7B
Text Example
Text Example
White with #FC7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A7B; }
p { color: rgb(252,122,123); }
H1.HeaderClassName
{
color: #FC7A7B;
}
.AnyTagClassName
{
color: #FC7A7B;
}
</style>
background-color css
<style>
a { background-color: #FC7A7B; }
a { background-color: rgb(252,122,123); }
div.DivClassName
{
background-color: #FC7A7B;
}
.BgClassName
{
background-color: #FC7A7B;
}
</style>
border-color css
<style>
span { border-color: #FC7A7B; }
span { border-color: rgb(252,122,123); }
td.TdClassName
{
border-color: #FC7A7B;
}
.TagClassName
{
border-color: #FC7A7B;
}
</style>