Shades of Red #FE0B02
Tints of Red #FE0B02
RGB
CMYK
RGB Variations
Color information
#FE0B02 (or 0xFE0B02) is known color: Red. HEX triplet: FE, 0B and 02. RGB value is (254,11,2). Sum of RGB (Red+Green+Blue) = 254+11+2=267 (35% of max value = 765). Red value is 254 (99.61% from 255 or 95.13% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B02 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0B02 is #01F4FD. Grayscale: #525252. Windows color (decimal): -128254 or 134142. OLE color: 134142.
HSL color Cylindrical-coordinate representation of color #FE0B02: hue angle of 2.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0B02 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 11 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.00 |
| HSL | 2.14º | 0.99% | 0.5% | - |
| HSV(B) | 2.14º | 0.99% | 1% | - |
| XYZ | 41 | 21.31 | 2.01 | - |
| YUV | 82.63 | 82.51 | 250.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 11 | 2 | 0 | 0.96 | 0.99 | 0.00 | 2.14 | 0.99 | 0.5 |
| Hex | FE | B | 2 | 0 | 60 | 63 | 0 | 2 | 63 | 32 |
| Octal | 376 | 13 | 2 | 0 | 140 | 143 | 0 | 2 | 143 | 62 |
| Binary | 11111110 | 1011 | 10 | 0 | 1100000 | 1100011 | 0 | 10 | 1100011 | 110010 |
Color Harmonies of #FE0B02
Complementary color
Monochromatic Colors of #FE0B02
Black with #FE0B02
Text Example
Text Example
White with #FE0B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0B02; }
p { color: rgb(254,11,2); }
H1.HeaderClassName
{
color: #FE0B02;
}
.AnyTagClassName
{
color: #FE0B02;
}
</style>
background-color css
<style>
a { background-color: #FE0B02; }
a { background-color: rgb(254,11,2); }
div.DivClassName
{
background-color: #FE0B02;
}
.BgClassName
{
background-color: #FE0B02;
}
</style>
border-color css
<style>
span { border-color: #FE0B02; }
span { border-color: rgb(254,11,2); }
td.TdClassName
{
border-color: #FE0B02;
}
.TagClassName
{
border-color: #FE0B02;
}
</style>