Shades of Radical Red #FE405E
Tints of Radical Red #FE405E
RGB
CMYK
RGB Variations
Color information
#FE405E (or 0xFE405E) is known color: Radical Red. HEX triplet: FE, 40 and 5E. RGB value is (254,64,94). Sum of RGB (Red+Green+Blue) = 254+64+94=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE405E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE405E is #01BFA1. Grayscale: #7C7C7C. Windows color (decimal): -114594 or 6177022. OLE color: 6177022.
HSL color Cylindrical-coordinate representation of color #FE405E: hue angle of 350.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE405E is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 94 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.00 |
| HSL | 350.53º | 0.99% | 0.62% | - |
| HSV(B) | 350.53º | 0.75% | 1% | - |
| XYZ | 44.73 | 25.55 | 13.16 | - |
| YUV | 124.23 | 110.95 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 94 | 0 | 0.75 | 0.63 | 0.00 | 350.53 | 0.99 | 0.62 |
| Hex | FE | 40 | 5E | 0 | 4B | 3F | 0 | 15F | 63 | 3E |
| Octal | 376 | 100 | 136 | 0 | 113 | 77 | 0 | 537 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1011110 | 0 | 1001011 | 111111 | 0 | 101011111 | 1100011 | 111110 |
Color Harmonies of #FE405E
Complementary color
Monochromatic Colors of #FE405E
Black with #FE405E
Text Example
Text Example
White with #FE405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE405E; }
p { color: rgb(254,64,94); }
H1.HeaderClassName
{
color: #FE405E;
}
.AnyTagClassName
{
color: #FE405E;
}
</style>
background-color css
<style>
a { background-color: #FE405E; }
a { background-color: rgb(254,64,94); }
div.DivClassName
{
background-color: #FE405E;
}
.BgClassName
{
background-color: #FE405E;
}
</style>
border-color css
<style>
span { border-color: #FE405E; }
span { border-color: rgb(254,64,94); }
td.TdClassName
{
border-color: #FE405E;
}
.TagClassName
{
border-color: #FE405E;
}
</style>