Shades of Froly #FC7A7D
Tints of Froly #FC7A7D
RGB
CMYK
RGB Variations
Color information
#FC7A7D (or 0xFC7A7D) is known color: Froly. HEX triplet: FC, 7A and 7D. RGB value is (252,122,125). Sum of RGB (Red+Green+Blue) = 252+122+125=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7A7D is #038582. Grayscale: #A1A1A1. Windows color (decimal): -230787 or 8223484. OLE color: 8223484.
HSL color Cylindrical-coordinate representation of color #FC7A7D: hue angle of 358.62º 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 #FC7A7D is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 125 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.01 |
| HSL | 358.62º | 0.96% | 0.73% | - |
| HSV(B) | 358.62º | 0.52% | 0.99% | - |
| XYZ | 50.81 | 36.1 | 23.69 | - |
| YUV | 161.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 125 | 0 | 0.52 | 0.50 | 0.01 | 358.62 | 0.96 | 0.73 |
| Hex | FC | 7A | 7D | 0 | 34 | 32 | 1 | 167 | 60 | 49 |
| Octal | 374 | 172 | 175 | 0 | 64 | 62 | 1 | 547 | 140 | 111 |
| Binary | 11111100 | 1111010 | 1111101 | 0 | 110100 | 110010 | 1 | 101100111 | 1100000 | 1001001 |
Color Harmonies of #FC7A7D
Complementary color
Monochromatic Colors of #FC7A7D
Black with #FC7A7D
Text Example
Text Example
White with #FC7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A7D; }
p { color: rgb(252,122,125); }
H1.HeaderClassName
{
color: #FC7A7D;
}
.AnyTagClassName
{
color: #FC7A7D;
}
</style>
background-color css
<style>
a { background-color: #FC7A7D; }
a { background-color: rgb(252,122,125); }
div.DivClassName
{
background-color: #FC7A7D;
}
.BgClassName
{
background-color: #FC7A7D;
}
</style>
border-color css
<style>
span { border-color: #FC7A7D; }
span { border-color: rgb(252,122,125); }
td.TdClassName
{
border-color: #FC7A7D;
}
.TagClassName
{
border-color: #FC7A7D;
}
</style>