Shades of Radical Red #FE254A
Tints of Radical Red #FE254A
RGB
CMYK
RGB Variations
Color information
#FE254A (or 0xFE254A) is known color: Radical Red. HEX triplet: FE, 25 and 4A. RGB value is (254,37,74). Sum of RGB (Red+Green+Blue) = 254+37+74=365 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.59% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 254 - color contains mainly: red. Hex color #FE254A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE254A is #01DAB5. Grayscale: #6A6A6A. Windows color (decimal): -121526 or 4859390. OLE color: 4859390.
HSL color Cylindrical-coordinate representation of color #FE254A: hue angle of 349.77º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE254A is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 74 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.00 |
| HSL | 349.77º | 0.99% | 0.57% | - |
| HSV(B) | 349.77º | 0.85% | 1% | - |
| XYZ | 42.77 | 22.89 | 8.64 | - |
| YUV | 106.1 | 109.89 | 233.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 74 | 0 | 0.85 | 0.71 | 0.00 | 349.77 | 0.99 | 0.57 |
| Hex | FE | 25 | 4A | 0 | 55 | 47 | 0 | 15E | 63 | 39 |
| Octal | 376 | 45 | 112 | 0 | 125 | 107 | 0 | 536 | 143 | 71 |
| Binary | 11111110 | 100101 | 1001010 | 0 | 1010101 | 1000111 | 0 | 101011110 | 1100011 | 111001 |
Color Harmonies of #FE254A
Complementary color
Monochromatic Colors of #FE254A
Black with #FE254A
Text Example
Text Example
White with #FE254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE254A; }
p { color: rgb(254,37,74); }
H1.HeaderClassName
{
color: #FE254A;
}
.AnyTagClassName
{
color: #FE254A;
}
</style>
background-color css
<style>
a { background-color: #FE254A; }
a { background-color: rgb(254,37,74); }
div.DivClassName
{
background-color: #FE254A;
}
.BgClassName
{
background-color: #FE254A;
}
</style>
border-color css
<style>
span { border-color: #FE254A; }
span { border-color: rgb(254,37,74); }
td.TdClassName
{
border-color: #FE254A;
}
.TagClassName
{
border-color: #FE254A;
}
</style>