Shades of Red #FE0905
Tints of Red #FE0905
RGB
CMYK
RGB Variations
Color information
#FE0905 (or 0xFE0905) is known color: Red. HEX triplet: FE, 09 and 05. RGB value is (254,9,5). Sum of RGB (Red+Green+Blue) = 254+9+5=268 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.78% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0905 is #01F6FA. Grayscale: #525252. Windows color (decimal): -128763 or 330238. OLE color: 330238.
HSL color Cylindrical-coordinate representation of color #FE0905: hue angle of 0.96º 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 #FE0905 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.00 |
| HSL | 0.96º | 0.99% | 0.51% | - |
| HSV(B) | 0.96º | 0.98% | 1% | - |
| XYZ | 41 | 21.28 | 2.09 | - |
| YUV | 81.8 | 84.67 | 250.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 5 | 0 | 0.96 | 0.98 | 0.00 | 0.96 | 0.99 | 0.51 |
| Hex | FE | 9 | 5 | 0 | 60 | 62 | 0 | 1 | 63 | 33 |
| Octal | 376 | 11 | 5 | 0 | 140 | 142 | 0 | 1 | 143 | 63 |
| Binary | 11111110 | 1001 | 101 | 0 | 1100000 | 1100010 | 0 | 1 | 1100011 | 110011 |
Color Harmonies of #FE0905
Complementary color
Monochromatic Colors of #FE0905
Black with #FE0905
Text Example
Text Example
White with #FE0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0905; }
p { color: rgb(254,9,5); }
H1.HeaderClassName
{
color: #FE0905;
}
.AnyTagClassName
{
color: #FE0905;
}
</style>
background-color css
<style>
a { background-color: #FE0905; }
a { background-color: rgb(254,9,5); }
div.DivClassName
{
background-color: #FE0905;
}
.BgClassName
{
background-color: #FE0905;
}
</style>
border-color css
<style>
span { border-color: #FE0905; }
span { border-color: rgb(254,9,5); }
td.TdClassName
{
border-color: #FE0905;
}
.TagClassName
{
border-color: #FE0905;
}
</style>