Shades of Radical Red #FE454F
Tints of Radical Red #FE454F
RGB
CMYK
RGB Variations
Color information
#FE454F (or 0xFE454F) is known color: Radical Red. HEX triplet: FE, 45 and 4F. RGB value is (254,69,79). Sum of RGB (Red+Green+Blue) = 254+69+79=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE454F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE454F is #01BAB0. Grayscale: #7D7D7D. Windows color (decimal): -113329 or 5195262. OLE color: 5195262.
HSL color Cylindrical-coordinate representation of color #FE454F: hue angle of 356.76º 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 #FE454F is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 79 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.00 |
| HSL | 356.76º | 0.99% | 0.63% | - |
| HSV(B) | 356.76º | 0.73% | 1% | - |
| XYZ | 44.41 | 25.89 | 10.05 | - |
| YUV | 125.46 | 101.79 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 79 | 0 | 0.73 | 0.69 | 0.00 | 356.76 | 0.99 | 0.63 |
| Hex | FE | 45 | 4F | 0 | 49 | 45 | 0 | 165 | 63 | 3F |
| Octal | 376 | 105 | 117 | 0 | 111 | 105 | 0 | 545 | 143 | 77 |
| Binary | 11111110 | 1000101 | 1001111 | 0 | 1001001 | 1000101 | 0 | 101100101 | 1100011 | 111111 |
Color Harmonies of #FE454F
Complementary color
Monochromatic Colors of #FE454F
Black with #FE454F
Text Example
Text Example
White with #FE454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE454F; }
p { color: rgb(254,69,79); }
H1.HeaderClassName
{
color: #FE454F;
}
.AnyTagClassName
{
color: #FE454F;
}
</style>
background-color css
<style>
a { background-color: #FE454F; }
a { background-color: rgb(254,69,79); }
div.DivClassName
{
background-color: #FE454F;
}
.BgClassName
{
background-color: #FE454F;
}
</style>
border-color css
<style>
span { border-color: #FE454F; }
span { border-color: rgb(254,69,79); }
td.TdClassName
{
border-color: #FE454F;
}
.TagClassName
{
border-color: #FE454F;
}
</style>