Shades of Froly #FC7C7E
Tints of Froly #FC7C7E
RGB
CMYK
RGB Variations
Color information
#FC7C7E (or 0xFC7C7E) is known color: Froly. HEX triplet: FC, 7C and 7E. RGB value is (252,124,126). Sum of RGB (Red+Green+Blue) = 252+124+126=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7C7E is #038381. Grayscale: #A2A2A2. Windows color (decimal): -230274 or 8289532. OLE color: 8289532.
HSL color Cylindrical-coordinate representation of color #FC7C7E: hue angle of 359.06º 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 #FC7C7E is Cyan = 0, Magento = 0.51, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 126 | - |
| CMYK | 0 | 0.51 | 0.5 | 0.01 |
| HSL | 359.06º | 0.96% | 0.74% | - |
| HSV(B) | 359.06º | 0.51% | 0.99% | - |
| XYZ | 51.12 | 36.62 | 24.11 | - |
| YUV | 162.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 126 | 0 | 0.51 | 0.5 | 0.01 | 359.06 | 0.96 | 0.74 |
| Hex | FC | 7C | 7E | 0 | 33 | 32 | 1 | 167 | 60 | 4A |
| Octal | 374 | 174 | 176 | 0 | 63 | 62 | 1 | 547 | 140 | 112 |
| Binary | 11111100 | 1111100 | 1111110 | 0 | 110011 | 110010 | 1 | 101100111 | 1100000 | 1001010 |
Color Harmonies of #FC7C7E
Complementary color
Monochromatic Colors of #FC7C7E
Black with #FC7C7E
Text Example
Text Example
White with #FC7C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C7E; }
p { color: rgb(252,124,126); }
H1.HeaderClassName
{
color: #FC7C7E;
}
.AnyTagClassName
{
color: #FC7C7E;
}
</style>
background-color css
<style>
a { background-color: #FC7C7E; }
a { background-color: rgb(252,124,126); }
div.DivClassName
{
background-color: #FC7C7E;
}
.BgClassName
{
background-color: #FC7C7E;
}
</style>
border-color css
<style>
span { border-color: #FC7C7E; }
span { border-color: rgb(252,124,126); }
td.TdClassName
{
border-color: #FC7C7E;
}
.TagClassName
{
border-color: #FC7C7E;
}
</style>