Shades of Radical Red #FE406A
Tints of Radical Red #FE406A
RGB
CMYK
RGB Variations
Color information
#FE406A (or 0xFE406A) is known color: Radical Red. HEX triplet: FE, 40 and 6A. RGB value is (254,64,106). Sum of RGB (Red+Green+Blue) = 254+64+106=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 64 (25.39% from 255 or 15.09% from 424); Blue value is 106 (41.80% from 255 or 25% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE406A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE406A is #01BF95. Grayscale: #7D7D7D. Windows color (decimal): -114582 or 6963454. OLE color: 6963454.
HSL color Cylindrical-coordinate representation of color #FE406A: hue angle of 346.74º 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 #FE406A is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 106 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.00 |
| HSL | 346.74º | 0.99% | 0.62% | - |
| HSV(B) | 346.74º | 0.75% | 1% | - |
| XYZ | 45.31 | 25.78 | 16.22 | - |
| YUV | 125.6 | 116.95 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 106 | 0 | 0.75 | 0.58 | 0.00 | 346.74 | 0.99 | 0.62 |
| Hex | FE | 40 | 6A | 0 | 4B | 3A | 0 | 15B | 63 | 3E |
| Octal | 376 | 100 | 152 | 0 | 113 | 72 | 0 | 533 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1101010 | 0 | 1001011 | 111010 | 0 | 101011011 | 1100011 | 111110 |
Color Harmonies of #FE406A
Complementary color
Monochromatic Colors of #FE406A
Black with #FE406A
Text Example
Text Example
White with #FE406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE406A; }
p { color: rgb(254,64,106); }
H1.HeaderClassName
{
color: #FE406A;
}
.AnyTagClassName
{
color: #FE406A;
}
</style>
background-color css
<style>
a { background-color: #FE406A; }
a { background-color: rgb(254,64,106); }
div.DivClassName
{
background-color: #FE406A;
}
.BgClassName
{
background-color: #FE406A;
}
</style>
border-color css
<style>
span { border-color: #FE406A; }
span { border-color: rgb(254,64,106); }
td.TdClassName
{
border-color: #FE406A;
}
.TagClassName
{
border-color: #FE406A;
}
</style>