Shades of Froly #FC7B7E
Tints of Froly #FC7B7E
RGB
CMYK
RGB Variations
Color information
#FC7B7E (or 0xFC7B7E) is known color: Froly. HEX triplet: FC, 7B and 7E. RGB value is (252,123,126). Sum of RGB (Red+Green+Blue) = 252+123+126=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7B7E is #038481. Grayscale: #A2A2A2. Windows color (decimal): -230530 or 8289276. OLE color: 8289276.
HSL color Cylindrical-coordinate representation of color #FC7B7E: hue angle of 358.6º 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 #FC7B7E is Cyan = 0, Magento = 0.51, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 126 | - |
| CMYK | 0 | 0.51 | 0.5 | 0.01 |
| HSL | 358.6º | 0.96% | 0.74% | - |
| HSV(B) | 358.6º | 0.51% | 0.99% | - |
| XYZ | 50.99 | 36.37 | 24.07 | - |
| YUV | 161.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 126 | 0 | 0.51 | 0.5 | 0.01 | 358.6 | 0.96 | 0.74 |
| Hex | FC | 7B | 7E | 0 | 33 | 32 | 1 | 167 | 60 | 4A |
| Octal | 374 | 173 | 176 | 0 | 63 | 62 | 1 | 547 | 140 | 112 |
| Binary | 11111100 | 1111011 | 1111110 | 0 | 110011 | 110010 | 1 | 101100111 | 1100000 | 1001010 |
Color Harmonies of #FC7B7E
Complementary color
Monochromatic Colors of #FC7B7E
Black with #FC7B7E
Text Example
Text Example
White with #FC7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B7E; }
p { color: rgb(252,123,126); }
H1.HeaderClassName
{
color: #FC7B7E;
}
.AnyTagClassName
{
color: #FC7B7E;
}
</style>
background-color css
<style>
a { background-color: #FC7B7E; }
a { background-color: rgb(252,123,126); }
div.DivClassName
{
background-color: #FC7B7E;
}
.BgClassName
{
background-color: #FC7B7E;
}
</style>
border-color css
<style>
span { border-color: #FC7B7E; }
span { border-color: rgb(252,123,126); }
td.TdClassName
{
border-color: #FC7B7E;
}
.TagClassName
{
border-color: #FC7B7E;
}
</style>