Shades of Froly #FC7A80
Tints of Froly #FC7A80
RGB
CMYK
RGB Variations
Color information
#FC7A80 (or 0xFC7A80) is known color: Froly. HEX triplet: FC, 7A and 80. RGB value is (252,122,128). Sum of RGB (Red+Green+Blue) = 252+122+128=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7A80 is #03857F. Grayscale: #A1A1A1. Windows color (decimal): -230784 or 8420092. OLE color: 8420092.
HSL color Cylindrical-coordinate representation of color #FC7A80: hue angle of 357.23º 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 #FC7A80 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 128 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.01 |
| HSL | 357.23º | 0.96% | 0.73% | - |
| HSV(B) | 357.23º | 0.52% | 0.99% | - |
| XYZ | 51 | 36.17 | 24.72 | - |
| YUV | 161.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 128 | 0 | 0.52 | 0.49 | 0.01 | 357.23 | 0.96 | 0.73 |
| Hex | FC | 7A | 80 | 0 | 34 | 31 | 1 | 165 | 60 | 49 |
| Octal | 374 | 172 | 200 | 0 | 64 | 61 | 1 | 545 | 140 | 111 |
| Binary | 11111100 | 1111010 | 10000000 | 0 | 110100 | 110001 | 1 | 101100101 | 1100000 | 1001001 |
Color Harmonies of #FC7A80
Complementary color
Monochromatic Colors of #FC7A80
Black with #FC7A80
Text Example
Text Example
White with #FC7A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A80; }
p { color: rgb(252,122,128); }
H1.HeaderClassName
{
color: #FC7A80;
}
.AnyTagClassName
{
color: #FC7A80;
}
</style>
background-color css
<style>
a { background-color: #FC7A80; }
a { background-color: rgb(252,122,128); }
div.DivClassName
{
background-color: #FC7A80;
}
.BgClassName
{
background-color: #FC7A80;
}
</style>
border-color css
<style>
span { border-color: #FC7A80; }
span { border-color: rgb(252,122,128); }
td.TdClassName
{
border-color: #FC7A80;
}
.TagClassName
{
border-color: #FC7A80;
}
</style>