Shades of Radical Red #FE4246
Tints of Radical Red #FE4246
RGB
CMYK
RGB Variations
Color information
#FE4246 (or 0xFE4246) is known color: Radical Red. HEX triplet: FE, 42 and 46. RGB value is (254,66,70). Sum of RGB (Red+Green+Blue) = 254+66+70=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4246 is #01BDB9. Grayscale: #7A7A7A. Windows color (decimal): -114106 or 4604670. OLE color: 4604670.
HSL color Cylindrical-coordinate representation of color #FE4246: hue angle of 358.72º 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 #FE4246 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 70 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.00 |
| HSL | 358.72º | 0.99% | 0.63% | - |
| HSV(B) | 358.72º | 0.74% | 1% | - |
| XYZ | 43.93 | 25.41 | 8.38 | - |
| YUV | 122.67 | 98.28 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 70 | 0 | 0.74 | 0.72 | 0.00 | 358.72 | 0.99 | 0.63 |
| Hex | FE | 42 | 46 | 0 | 4A | 48 | 0 | 167 | 63 | 3F |
| Octal | 376 | 102 | 106 | 0 | 112 | 110 | 0 | 547 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1000110 | 0 | 1001010 | 1001000 | 0 | 101100111 | 1100011 | 111111 |
Color Harmonies of #FE4246
Complementary color
Monochromatic Colors of #FE4246
Black with #FE4246
Text Example
Text Example
White with #FE4246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4246; }
p { color: rgb(254,66,70); }
H1.HeaderClassName
{
color: #FE4246;
}
.AnyTagClassName
{
color: #FE4246;
}
</style>
background-color css
<style>
a { background-color: #FE4246; }
a { background-color: rgb(254,66,70); }
div.DivClassName
{
background-color: #FE4246;
}
.BgClassName
{
background-color: #FE4246;
}
</style>
border-color css
<style>
span { border-color: #FE4246; }
span { border-color: rgb(254,66,70); }
td.TdClassName
{
border-color: #FE4246;
}
.TagClassName
{
border-color: #FE4246;
}
</style>