Shades of Red #FE0F06
Tints of Red #FE0F06
RGB
CMYK
RGB Variations
Color information
#FE0F06 (or 0xFE0F06) is known color: Red. HEX triplet: FE, 0F and 06. RGB value is (254,15,6). Sum of RGB (Red+Green+Blue) = 254+15+6=275 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.36% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 6 (2.73% from 255 or 2.18% from 275); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0F06 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0F06 is #01F0F9. Grayscale: #555555. Windows color (decimal): -127226 or 397310. OLE color: 397310.
HSL color Cylindrical-coordinate representation of color #FE0F06: hue angle of 2.18º 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 #FE0F06 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 6 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.00 |
| HSL | 2.18º | 0.99% | 0.51% | - |
| HSV(B) | 2.18º | 0.98% | 1% | - |
| XYZ | 41.08 | 21.43 | 2.14 | - |
| YUV | 85.44 | 83.18 | 248.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 6 | 0 | 0.94 | 0.98 | 0.00 | 2.18 | 0.99 | 0.51 |
| Hex | FE | F | 6 | 0 | 5E | 62 | 0 | 2 | 63 | 33 |
| Octal | 376 | 17 | 6 | 0 | 136 | 142 | 0 | 2 | 143 | 63 |
| Binary | 11111110 | 1111 | 110 | 0 | 1011110 | 1100010 | 0 | 10 | 1100011 | 110011 |
Color Harmonies of #FE0F06
Complementary color
Monochromatic Colors of #FE0F06
Black with #FE0F06
Text Example
Text Example
White with #FE0F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0F06; }
p { color: rgb(254,15,6); }
H1.HeaderClassName
{
color: #FE0F06;
}
.AnyTagClassName
{
color: #FE0F06;
}
</style>
background-color css
<style>
a { background-color: #FE0F06; }
a { background-color: rgb(254,15,6); }
div.DivClassName
{
background-color: #FE0F06;
}
.BgClassName
{
background-color: #FE0F06;
}
</style>
border-color css
<style>
span { border-color: #FE0F06; }
span { border-color: rgb(254,15,6); }
td.TdClassName
{
border-color: #FE0F06;
}
.TagClassName
{
border-color: #FE0F06;
}
</style>