Shades of Radical Red #FE415A
Tints of Radical Red #FE415A
RGB
CMYK
RGB Variations
Color information
#FE415A (or 0xFE415A) is known color: Radical Red. HEX triplet: FE, 41 and 5A. RGB value is (254,65,90). Sum of RGB (Red+Green+Blue) = 254+65+90=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE415A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE415A is #01BEA5. Grayscale: #7C7C7C. Windows color (decimal): -114342 or 5915134. OLE color: 5915134.
HSL color Cylindrical-coordinate representation of color #FE415A: hue angle of 352.06º 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 #FE415A is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 90 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.00 |
| HSL | 352.06º | 0.99% | 0.63% | - |
| HSV(B) | 352.06º | 0.74% | 1% | - |
| XYZ | 44.61 | 25.59 | 12.26 | - |
| YUV | 124.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 90 | 0 | 0.74 | 0.65 | 0.00 | 352.06 | 0.99 | 0.63 |
| Hex | FE | 41 | 5A | 0 | 4A | 41 | 0 | 160 | 63 | 3F |
| Octal | 376 | 101 | 132 | 0 | 112 | 101 | 0 | 540 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1011010 | 0 | 1001010 | 1000001 | 0 | 101100000 | 1100011 | 111111 |
Color Harmonies of #FE415A
Complementary color
Monochromatic Colors of #FE415A
Black with #FE415A
Text Example
Text Example
White with #FE415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE415A; }
p { color: rgb(254,65,90); }
H1.HeaderClassName
{
color: #FE415A;
}
.AnyTagClassName
{
color: #FE415A;
}
</style>
background-color css
<style>
a { background-color: #FE415A; }
a { background-color: rgb(254,65,90); }
div.DivClassName
{
background-color: #FE415A;
}
.BgClassName
{
background-color: #FE415A;
}
</style>
border-color css
<style>
span { border-color: #FE415A; }
span { border-color: rgb(254,65,90); }
td.TdClassName
{
border-color: #FE415A;
}
.TagClassName
{
border-color: #FE415A;
}
</style>