Shades of Red #FE0100
Tints of Red #FE0100
RGB
CMYK
RGB Variations
Color information
#FE0100 (or 0xFE0100) is known color: Red. HEX triplet: FE, 01 and 00. RGB value is (254,1,0). Sum of RGB (Red+Green+Blue) = 254+1+0=255 (33% of max value = 765). Red value is 254 (99.61% from 255 or 99.61% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0100 is #01FEFF. Grayscale: #4C4C4C. Windows color (decimal): -130816 or 510. OLE color: 510.
HSL color Cylindrical-coordinate representation of color #FE0100: hue angle of 0.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.00 |
| HSL | 0.24º | 1% | 0.5% | - |
| HSV(B) | 0.24º | 1% | 1% | - |
| XYZ | 40.88 | 21.09 | 1.92 | - |
| YUV | 76.53 | 84.82 | 254.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 0 | 0 | 1.00 | 1 | 0.00 | 0.24 | 1 | 0.5 |
| Hex | FE | 1 | 0 | 0 | 64 | 64 | 0 | 0 | 64 | 32 |
| Octal | 376 | 1 | 0 | 0 | 144 | 144 | 0 | 0 | 144 | 62 |
| Binary | 11111110 | 1 | 0 | 0 | 1100100 | 1100100 | 0 | 0 | 1100100 | 110010 |
Color Harmonies of #FE0100
Complementary color
Monochromatic Colors of #FE0100
Black with #FE0100
Text Example
Text Example
White with #FE0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0100; }
p { color: rgb(254,1,0); }
H1.HeaderClassName
{
color: #FE0100;
}
.AnyTagClassName
{
color: #FE0100;
}
</style>
background-color css
<style>
a { background-color: #FE0100; }
a { background-color: rgb(254,1,0); }
div.DivClassName
{
background-color: #FE0100;
}
.BgClassName
{
background-color: #FE0100;
}
</style>
border-color css
<style>
span { border-color: #FE0100; }
span { border-color: rgb(254,1,0); }
td.TdClassName
{
border-color: #FE0100;
}
.TagClassName
{
border-color: #FE0100;
}
</style>