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