Shades of Red #FC0A09
Tints of Red #FC0A09
RGB
CMYK
RGB Variations
Color information
#FC0A09 (or 0xFC0A09) is known color: Red. HEX triplet: FC, 0A and 09. RGB value is (252,10,9). Sum of RGB (Red+Green+Blue) = 252+10+9=271 (35% of max value = 765). Red value is 252 (98.83% from 255 or 92.99% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0A09 is #03F5F6. Grayscale: #525252. Windows color (decimal): -259575 or 592636. OLE color: 592636.
HSL color Cylindrical-coordinate representation of color #FC0A09: hue angle of 0.25º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0A09 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 9 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.01 |
| HSL | 0.25º | 0.98% | 0.51% | - |
| HSV(B) | 0.25º | 0.96% | 0.99% | - |
| XYZ | 40.3 | 20.93 | 2.17 | - |
| YUV | 82.24 | 86.67 | 249.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 9 | 0 | 0.96 | 0.96 | 0.01 | 0.25 | 0.98 | 0.51 |
| Hex | FC | A | 9 | 0 | 60 | 60 | 1 | 0 | 62 | 33 |
| Octal | 374 | 12 | 11 | 0 | 140 | 140 | 1 | 0 | 142 | 63 |
| Binary | 11111100 | 1010 | 1001 | 0 | 1100000 | 1100000 | 1 | 0 | 1100010 | 110011 |
Color Harmonies of #FC0A09
Complementary color
Monochromatic Colors of #FC0A09
Black with #FC0A09
Text Example
Text Example
White with #FC0A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0A09; }
p { color: rgb(252,10,9); }
H1.HeaderClassName
{
color: #FC0A09;
}
.AnyTagClassName
{
color: #FC0A09;
}
</style>
background-color css
<style>
a { background-color: #FC0A09; }
a { background-color: rgb(252,10,9); }
div.DivClassName
{
background-color: #FC0A09;
}
.BgClassName
{
background-color: #FC0A09;
}
</style>
border-color css
<style>
span { border-color: #FC0A09; }
span { border-color: rgb(252,10,9); }
td.TdClassName
{
border-color: #FC0A09;
}
.TagClassName
{
border-color: #FC0A09;
}
</style>