Shades of Radical Red #FE414A
Tints of Radical Red #FE414A
RGB
CMYK
RGB Variations
Color information
#FE414A (or 0xFE414A) is known color: Radical Red. HEX triplet: FE, 41 and 4A. RGB value is (254,65,74). Sum of RGB (Red+Green+Blue) = 254+65+74=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE414A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE414A is #01BEB5. Grayscale: #7A7A7A. Windows color (decimal): -114358 or 4866558. OLE color: 4866558.
HSL color Cylindrical-coordinate representation of color #FE414A: hue angle of 357.14º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE414A is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 74 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.00 |
| HSL | 357.14º | 0.99% | 0.63% | - |
| HSV(B) | 357.14º | 0.74% | 1% | - |
| XYZ | 44 | 25.35 | 9.05 | - |
| YUV | 122.54 | 100.62 | 221.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 74 | 0 | 0.74 | 0.71 | 0.00 | 357.14 | 0.99 | 0.63 |
| Hex | FE | 41 | 4A | 0 | 4A | 47 | 0 | 165 | 63 | 3F |
| Octal | 376 | 101 | 112 | 0 | 112 | 107 | 0 | 545 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1001010 | 0 | 1001010 | 1000111 | 0 | 101100101 | 1100011 | 111111 |
Color Harmonies of #FE414A
Complementary color
Monochromatic Colors of #FE414A
Black with #FE414A
Text Example
Text Example
White with #FE414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE414A; }
p { color: rgb(254,65,74); }
H1.HeaderClassName
{
color: #FE414A;
}
.AnyTagClassName
{
color: #FE414A;
}
</style>
background-color css
<style>
a { background-color: #FE414A; }
a { background-color: rgb(254,65,74); }
div.DivClassName
{
background-color: #FE414A;
}
.BgClassName
{
background-color: #FE414A;
}
</style>
border-color css
<style>
span { border-color: #FE414A; }
span { border-color: rgb(254,65,74); }
td.TdClassName
{
border-color: #FE414A;
}
.TagClassName
{
border-color: #FE414A;
}
</style>