Shades of Radical Red #FE455A
Tints of Radical Red #FE455A
RGB
CMYK
RGB Variations
Color information
#FE455A (or 0xFE455A) is known color: Radical Red. HEX triplet: FE, 45 and 5A. RGB value is (254,69,90). Sum of RGB (Red+Green+Blue) = 254+69+90=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE455A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE455A is #01BAA5. Grayscale: #7E7E7E. Windows color (decimal): -113318 or 5916158. OLE color: 5916158.
HSL color Cylindrical-coordinate representation of color #FE455A: hue angle of 353.19º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE455A is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 90 | - |
| CMYK | 0 | 0.73 | 0.65 | 0.00 |
| HSL | 353.19º | 0.99% | 0.63% | - |
| HSV(B) | 353.19º | 0.73% | 1% | - |
| XYZ | 44.85 | 26.07 | 12.34 | - |
| YUV | 126.71 | 107.29 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 90 | 0 | 0.73 | 0.65 | 0.00 | 353.19 | 0.99 | 0.63 |
| Hex | FE | 45 | 5A | 0 | 49 | 41 | 0 | 161 | 63 | 3F |
| Octal | 376 | 105 | 132 | 0 | 111 | 101 | 0 | 541 | 143 | 77 |
| Binary | 11111110 | 1000101 | 1011010 | 0 | 1001001 | 1000001 | 0 | 101100001 | 1100011 | 111111 |
Color Harmonies of #FE455A
Complementary color
Monochromatic Colors of #FE455A
Black with #FE455A
Text Example
Text Example
White with #FE455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE455A; }
p { color: rgb(254,69,90); }
H1.HeaderClassName
{
color: #FE455A;
}
.AnyTagClassName
{
color: #FE455A;
}
</style>
background-color css
<style>
a { background-color: #FE455A; }
a { background-color: rgb(254,69,90); }
div.DivClassName
{
background-color: #FE455A;
}
.BgClassName
{
background-color: #FE455A;
}
</style>
border-color css
<style>
span { border-color: #FE455A; }
span { border-color: rgb(254,69,90); }
td.TdClassName
{
border-color: #FE455A;
}
.TagClassName
{
border-color: #FE455A;
}
</style>