Shades of Radical Red #FE414B
Tints of Radical Red #FE414B
RGB
CMYK
RGB Variations
Color information
#FE414B (or 0xFE414B) is known color: Radical Red. HEX triplet: FE, 41 and 4B. RGB value is (254,65,75). Sum of RGB (Red+Green+Blue) = 254+65+75=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE414B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE414B is #01BEB4. Grayscale: #7A7A7A. Windows color (decimal): -114357 or 4932094. OLE color: 4932094.
HSL color Cylindrical-coordinate representation of color #FE414B: hue angle of 356.83º 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 #FE414B is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 75 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.00 |
| HSL | 356.83º | 0.99% | 0.63% | - |
| HSV(B) | 356.83º | 0.74% | 1% | - |
| XYZ | 44.03 | 25.36 | 9.23 | - |
| YUV | 122.65 | 101.12 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 75 | 0 | 0.74 | 0.70 | 0.00 | 356.83 | 0.99 | 0.63 |
| Hex | FE | 41 | 4B | 0 | 4A | 46 | 0 | 165 | 63 | 3F |
| Octal | 376 | 101 | 113 | 0 | 112 | 106 | 0 | 545 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1001011 | 0 | 1001010 | 1000110 | 0 | 101100101 | 1100011 | 111111 |
Color Harmonies of #FE414B
Complementary color
Monochromatic Colors of #FE414B
Black with #FE414B
Text Example
Text Example
White with #FE414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE414B; }
p { color: rgb(254,65,75); }
H1.HeaderClassName
{
color: #FE414B;
}
.AnyTagClassName
{
color: #FE414B;
}
</style>
background-color css
<style>
a { background-color: #FE414B; }
a { background-color: rgb(254,65,75); }
div.DivClassName
{
background-color: #FE414B;
}
.BgClassName
{
background-color: #FE414B;
}
</style>
border-color css
<style>
span { border-color: #FE414B; }
span { border-color: rgb(254,65,75); }
td.TdClassName
{
border-color: #FE414B;
}
.TagClassName
{
border-color: #FE414B;
}
</style>