Shades of Radical Red #FE4243
Tints of Radical Red #FE4243
RGB
CMYK
RGB Variations
Color information
#FE4243 (or 0xFE4243) is known color: Radical Red. HEX triplet: FE, 42 and 43. RGB value is (254,66,67). Sum of RGB (Red+Green+Blue) = 254+66+67=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4243 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4243 is #01BDBC. Grayscale: #7A7A7A. Windows color (decimal): -114109 or 4408062. OLE color: 4408062.
HSL color Cylindrical-coordinate representation of color #FE4243: hue angle of 359.68º 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 #FE4243 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 67 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.00 |
| HSL | 359.68º | 0.99% | 0.63% | - |
| HSV(B) | 359.68º | 0.74% | 1% | - |
| XYZ | 43.83 | 25.37 | 7.9 | - |
| YUV | 122.33 | 96.78 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 67 | 0 | 0.74 | 0.74 | 0.00 | 359.68 | 0.99 | 0.63 |
| Hex | FE | 42 | 43 | 0 | 4A | 4A | 0 | 168 | 63 | 3F |
| Octal | 376 | 102 | 103 | 0 | 112 | 112 | 0 | 550 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1000011 | 0 | 1001010 | 1001010 | 0 | 101101000 | 1100011 | 111111 |
Color Harmonies of #FE4243
Complementary color
Monochromatic Colors of #FE4243
Black with #FE4243
Text Example
Text Example
White with #FE4243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4243; }
p { color: rgb(254,66,67); }
H1.HeaderClassName
{
color: #FE4243;
}
.AnyTagClassName
{
color: #FE4243;
}
</style>
background-color css
<style>
a { background-color: #FE4243; }
a { background-color: rgb(254,66,67); }
div.DivClassName
{
background-color: #FE4243;
}
.BgClassName
{
background-color: #FE4243;
}
</style>
border-color css
<style>
span { border-color: #FE4243; }
span { border-color: rgb(254,66,67); }
td.TdClassName
{
border-color: #FE4243;
}
.TagClassName
{
border-color: #FE4243;
}
</style>