Shades of Radical Red #FE454C
Tints of Radical Red #FE454C
RGB
CMYK
RGB Variations
Color information
#FE454C (or 0xFE454C) is known color: Radical Red. HEX triplet: FE, 45 and 4C. RGB value is (254,69,76). Sum of RGB (Red+Green+Blue) = 254+69+76=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE454C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE454C is #01BAB3. Grayscale: #7D7D7D. Windows color (decimal): -113332 or 4998654. OLE color: 4998654.
HSL color Cylindrical-coordinate representation of color #FE454C: hue angle of 357.73º 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 #FE454C is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 76 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.00 |
| HSL | 357.73º | 0.99% | 0.63% | - |
| HSV(B) | 357.73º | 0.73% | 1% | - |
| XYZ | 44.31 | 25.85 | 9.49 | - |
| YUV | 125.11 | 100.29 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 76 | 0 | 0.73 | 0.70 | 0.00 | 357.73 | 0.99 | 0.63 |
| Hex | FE | 45 | 4C | 0 | 49 | 46 | 0 | 166 | 63 | 3F |
| Octal | 376 | 105 | 114 | 0 | 111 | 106 | 0 | 546 | 143 | 77 |
| Binary | 11111110 | 1000101 | 1001100 | 0 | 1001001 | 1000110 | 0 | 101100110 | 1100011 | 111111 |
Color Harmonies of #FE454C
Complementary color
Monochromatic Colors of #FE454C
Black with #FE454C
Text Example
Text Example
White with #FE454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE454C; }
p { color: rgb(254,69,76); }
H1.HeaderClassName
{
color: #FE454C;
}
.AnyTagClassName
{
color: #FE454C;
}
</style>
background-color css
<style>
a { background-color: #FE454C; }
a { background-color: rgb(254,69,76); }
div.DivClassName
{
background-color: #FE454C;
}
.BgClassName
{
background-color: #FE454C;
}
</style>
border-color css
<style>
span { border-color: #FE454C; }
span { border-color: rgb(254,69,76); }
td.TdClassName
{
border-color: #FE454C;
}
.TagClassName
{
border-color: #FE454C;
}
</style>