Shades of Red #FE0C09
Tints of Red #FE0C09
RGB
CMYK
RGB Variations
Color information
#FE0C09 (or 0xFE0C09) is known color: Red. HEX triplet: FE, 0C and 09. RGB value is (254,12,9). Sum of RGB (Red+Green+Blue) = 254+12+9=275 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.36% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0C09 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0C09 is #01F3F6. Grayscale: #545454. Windows color (decimal): -127991 or 593150. OLE color: 593150.
HSL color Cylindrical-coordinate representation of color #FE0C09: hue angle of 0.73º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0C09 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 9 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.00 |
| HSL | 0.73º | 0.99% | 0.52% | - |
| HSV(B) | 0.73º | 0.96% | 1% | - |
| XYZ | 41.05 | 21.35 | 2.22 | - |
| YUV | 84.02 | 85.67 | 249.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 9 | 0 | 0.95 | 0.96 | 0.00 | 0.73 | 0.99 | 0.52 |
| Hex | FE | C | 9 | 0 | 5F | 60 | 0 | 1 | 63 | 34 |
| Octal | 376 | 14 | 11 | 0 | 137 | 140 | 0 | 1 | 143 | 64 |
| Binary | 11111110 | 1100 | 1001 | 0 | 1011111 | 1100000 | 0 | 1 | 1100011 | 110100 |
Color Harmonies of #FE0C09
Complementary color
Monochromatic Colors of #FE0C09
Black with #FE0C09
Text Example
Text Example
White with #FE0C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0C09; }
p { color: rgb(254,12,9); }
H1.HeaderClassName
{
color: #FE0C09;
}
.AnyTagClassName
{
color: #FE0C09;
}
</style>
background-color css
<style>
a { background-color: #FE0C09; }
a { background-color: rgb(254,12,9); }
div.DivClassName
{
background-color: #FE0C09;
}
.BgClassName
{
background-color: #FE0C09;
}
</style>
border-color css
<style>
span { border-color: #FE0C09; }
span { border-color: rgb(254,12,9); }
td.TdClassName
{
border-color: #FE0C09;
}
.TagClassName
{
border-color: #FE0C09;
}
</style>