Shades of Froly #FC7D80
Tints of Froly #FC7D80
RGB
CMYK
RGB Variations
Color information
#FC7D80 (or 0xFC7D80) is known color: Froly. HEX triplet: FC, 7D and 80. RGB value is (252,125,128). Sum of RGB (Red+Green+Blue) = 252+125+128=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7D80 is #03827F. Grayscale: #A3A3A3. Windows color (decimal): -230016 or 8420860. OLE color: 8420860.
HSL color Cylindrical-coordinate representation of color #FC7D80: hue angle of 358.58º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7D80 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 128 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.01 |
| HSL | 358.58º | 0.95% | 0.74% | - |
| HSV(B) | 358.58º | 0.5% | 0.99% | - |
| XYZ | 51.37 | 36.92 | 24.84 | - |
| YUV | 163.32 | 108.08 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 128 | 0 | 0.50 | 0.49 | 0.01 | 358.58 | 0.95 | 0.74 |
| Hex | FC | 7D | 80 | 0 | 32 | 31 | 1 | 167 | 5F | 4A |
| Octal | 374 | 175 | 200 | 0 | 62 | 61 | 1 | 547 | 137 | 112 |
| Binary | 11111100 | 1111101 | 10000000 | 0 | 110010 | 110001 | 1 | 101100111 | 1011111 | 1001010 |
Color Harmonies of #FC7D80
Complementary color
Monochromatic Colors of #FC7D80
Black with #FC7D80
Text Example
Text Example
White with #FC7D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D80; }
p { color: rgb(252,125,128); }
H1.HeaderClassName
{
color: #FC7D80;
}
.AnyTagClassName
{
color: #FC7D80;
}
</style>
background-color css
<style>
a { background-color: #FC7D80; }
a { background-color: rgb(252,125,128); }
div.DivClassName
{
background-color: #FC7D80;
}
.BgClassName
{
background-color: #FC7D80;
}
</style>
border-color css
<style>
span { border-color: #FC7D80; }
span { border-color: rgb(252,125,128); }
td.TdClassName
{
border-color: #FC7D80;
}
.TagClassName
{
border-color: #FC7D80;
}
</style>