Shades of Red #FC0A08
Tints of Red #FC0A08
RGB
CMYK
RGB Variations
Color information
#FC0A08 (or 0xFC0A08) is known color: Red. HEX triplet: FC, 0A and 08. RGB value is (252,10,8). Sum of RGB (Red+Green+Blue) = 252+10+8=270 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.33% from 270); Green value is 10 (4.30% from 255 or 3.70% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A08 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0A08 is #03F5F7. Grayscale: #525252. Windows color (decimal): -259576 or 527100. OLE color: 527100.
HSL color Cylindrical-coordinate representation of color #FC0A08: hue angle of 0.49º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC0A08 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 8 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.01 |
| HSL | 0.49º | 0.98% | 0.51% | - |
| HSV(B) | 0.49º | 0.97% | 0.99% | - |
| XYZ | 40.3 | 20.93 | 2.15 | - |
| YUV | 82.13 | 86.17 | 249.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 8 | 0 | 0.96 | 0.97 | 0.01 | 0.49 | 0.98 | 0.51 |
| Hex | FC | A | 8 | 0 | 60 | 61 | 1 | 0 | 62 | 33 |
| Octal | 374 | 12 | 10 | 0 | 140 | 141 | 1 | 0 | 142 | 63 |
| Binary | 11111100 | 1010 | 1000 | 0 | 1100000 | 1100001 | 1 | 0 | 1100010 | 110011 |
Color Harmonies of #FC0A08
Complementary color
Monochromatic Colors of #FC0A08
Black with #FC0A08
Text Example
Text Example
White with #FC0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A08; }
p { color: rgb(252,10,8); }
H1.HeaderClassName
{
color: #FC0A08;
}
.AnyTagClassName
{
color: #FC0A08;
}
</style>
background-color css
<style>
a { background-color: #FC0A08; }
a { background-color: rgb(252,10,8); }
div.DivClassName
{
background-color: #FC0A08;
}
.BgClassName
{
background-color: #FC0A08;
}
</style>
border-color css
<style>
span { border-color: #FC0A08; }
span { border-color: rgb(252,10,8); }
td.TdClassName
{
border-color: #FC0A08;
}
.TagClassName
{
border-color: #FC0A08;
}
</style>