Shades of Red #FE0A05
Tints of Red #FE0A05
RGB
CMYK
RGB Variations
Color information
#FE0A05 (or 0xFE0A05) is known color: Red. HEX triplet: FE, 0A and 05. RGB value is (254,10,5). Sum of RGB (Red+Green+Blue) = 254+10+5=269 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.42% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0A05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0A05 is #01F5FA. Grayscale: #525252. Windows color (decimal): -128507 or 330494. OLE color: 330494.
HSL color Cylindrical-coordinate representation of color #FE0A05: hue angle of 1.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE0A05 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 10 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.00 |
| HSL | 1.2º | 0.99% | 0.51% | - |
| HSV(B) | 1.2º | 0.98% | 1% | - |
| XYZ | 41.01 | 21.3 | 2.09 | - |
| YUV | 82.39 | 84.34 | 250.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 10 | 5 | 0 | 0.96 | 0.98 | 0.00 | 1.2 | 0.99 | 0.51 |
| Hex | FE | A | 5 | 0 | 60 | 62 | 0 | 1 | 63 | 33 |
| Octal | 376 | 12 | 5 | 0 | 140 | 142 | 0 | 1 | 143 | 63 |
| Binary | 11111110 | 1010 | 101 | 0 | 1100000 | 1100010 | 0 | 1 | 1100011 | 110011 |
Color Harmonies of #FE0A05
Complementary color
Monochromatic Colors of #FE0A05
Black with #FE0A05
Text Example
Text Example
White with #FE0A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0A05; }
p { color: rgb(254,10,5); }
H1.HeaderClassName
{
color: #FE0A05;
}
.AnyTagClassName
{
color: #FE0A05;
}
</style>
background-color css
<style>
a { background-color: #FE0A05; }
a { background-color: rgb(254,10,5); }
div.DivClassName
{
background-color: #FE0A05;
}
.BgClassName
{
background-color: #FE0A05;
}
</style>
border-color css
<style>
span { border-color: #FE0A05; }
span { border-color: rgb(254,10,5); }
td.TdClassName
{
border-color: #FE0A05;
}
.TagClassName
{
border-color: #FE0A05;
}
</style>