Shades of Radical Red #FE415E
Tints of Radical Red #FE415E
RGB
CMYK
RGB Variations
Color information
#FE415E (or 0xFE415E) is known color: Radical Red. HEX triplet: FE, 41 and 5E. RGB value is (254,65,94). Sum of RGB (Red+Green+Blue) = 254+65+94=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE415E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE415E is #01BEA1. Grayscale: #7C7C7C. Windows color (decimal): -114338 or 6177278. OLE color: 6177278.
HSL color Cylindrical-coordinate representation of color #FE415E: hue angle of 350.79º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE415E is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 94 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.00 |
| HSL | 350.79º | 0.99% | 0.63% | - |
| HSV(B) | 350.79º | 0.74% | 1% | - |
| XYZ | 44.78 | 25.66 | 13.18 | - |
| YUV | 124.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 94 | 0 | 0.74 | 0.63 | 0.00 | 350.79 | 0.99 | 0.63 |
| Hex | FE | 41 | 5E | 0 | 4A | 3F | 0 | 15F | 63 | 3F |
| Octal | 376 | 101 | 136 | 0 | 112 | 77 | 0 | 537 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1011110 | 0 | 1001010 | 111111 | 0 | 101011111 | 1100011 | 111111 |
Color Harmonies of #FE415E
Complementary color
Monochromatic Colors of #FE415E
Black with #FE415E
Text Example
Text Example
White with #FE415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE415E; }
p { color: rgb(254,65,94); }
H1.HeaderClassName
{
color: #FE415E;
}
.AnyTagClassName
{
color: #FE415E;
}
</style>
background-color css
<style>
a { background-color: #FE415E; }
a { background-color: rgb(254,65,94); }
div.DivClassName
{
background-color: #FE415E;
}
.BgClassName
{
background-color: #FE415E;
}
</style>
border-color css
<style>
span { border-color: #FE415E; }
span { border-color: rgb(254,65,94); }
td.TdClassName
{
border-color: #FE415E;
}
.TagClassName
{
border-color: #FE415E;
}
</style>