Shades of Radical Red #FE424C
Tints of Radical Red #FE424C
RGB
CMYK
RGB Variations
Color information
#FE424C (or 0xFE424C) is known color: Radical Red. HEX triplet: FE, 42 and 4C. RGB value is (254,66,76). Sum of RGB (Red+Green+Blue) = 254+66+76=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 76 (30.08% from 255 or 19.19% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE424C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE424C is #01BDB3. Grayscale: #7B7B7B. Windows color (decimal): -114100 or 4997886. OLE color: 4997886.
HSL color Cylindrical-coordinate representation of color #FE424C: hue angle of 356.81º 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 #FE424C is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 76 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.00 |
| HSL | 356.81º | 0.99% | 0.63% | - |
| HSV(B) | 356.81º | 0.74% | 1% | - |
| XYZ | 44.13 | 25.49 | 9.43 | - |
| YUV | 123.35 | 101.28 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 76 | 0 | 0.74 | 0.70 | 0.00 | 356.81 | 0.99 | 0.63 |
| Hex | FE | 42 | 4C | 0 | 4A | 46 | 0 | 165 | 63 | 3F |
| Octal | 376 | 102 | 114 | 0 | 112 | 106 | 0 | 545 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1001100 | 0 | 1001010 | 1000110 | 0 | 101100101 | 1100011 | 111111 |
Color Harmonies of #FE424C
Complementary color
Monochromatic Colors of #FE424C
Black with #FE424C
Text Example
Text Example
White with #FE424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE424C; }
p { color: rgb(254,66,76); }
H1.HeaderClassName
{
color: #FE424C;
}
.AnyTagClassName
{
color: #FE424C;
}
</style>
background-color css
<style>
a { background-color: #FE424C; }
a { background-color: rgb(254,66,76); }
div.DivClassName
{
background-color: #FE424C;
}
.BgClassName
{
background-color: #FE424C;
}
</style>
border-color css
<style>
span { border-color: #FE424C; }
span { border-color: rgb(254,66,76); }
td.TdClassName
{
border-color: #FE424C;
}
.TagClassName
{
border-color: #FE424C;
}
</style>