Shades of Radical Red #FE3242
Tints of Radical Red #FE3242
RGB
CMYK
RGB Variations
Color information
#FE3242 (or 0xFE3242) is known color: Radical Red. HEX triplet: FE, 32 and 42. RGB value is (254,50,66). Sum of RGB (Red+Green+Blue) = 254+50+66=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 50 (19.92% from 255 or 13.51% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3242 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3242 is #01CDBD. Grayscale: #707070. Windows color (decimal): -118206 or 4338430. OLE color: 4338430.
HSL color Cylindrical-coordinate representation of color #FE3242: hue angle of 355.29º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3242 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 66 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.00 |
| HSL | 355.29º | 0.99% | 0.6% | - |
| HSV(B) | 355.29º | 0.8% | 1% | - |
| XYZ | 43 | 23.75 | 7.47 | - |
| YUV | 112.82 | 101.59 | 228.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 66 | 0 | 0.80 | 0.74 | 0.00 | 355.29 | 0.99 | 0.6 |
| Hex | FE | 32 | 42 | 0 | 50 | 4A | 0 | 163 | 63 | 3C |
| Octal | 376 | 62 | 102 | 0 | 120 | 112 | 0 | 543 | 143 | 74 |
| Binary | 11111110 | 110010 | 1000010 | 0 | 1010000 | 1001010 | 0 | 101100011 | 1100011 | 111100 |
Color Harmonies of #FE3242
Complementary color
Monochromatic Colors of #FE3242
Black with #FE3242
Text Example
Text Example
White with #FE3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3242; }
p { color: rgb(254,50,66); }
H1.HeaderClassName
{
color: #FE3242;
}
.AnyTagClassName
{
color: #FE3242;
}
</style>
background-color css
<style>
a { background-color: #FE3242; }
a { background-color: rgb(254,50,66); }
div.DivClassName
{
background-color: #FE3242;
}
.BgClassName
{
background-color: #FE3242;
}
</style>
border-color css
<style>
span { border-color: #FE3242; }
span { border-color: rgb(254,50,66); }
td.TdClassName
{
border-color: #FE3242;
}
.TagClassName
{
border-color: #FE3242;
}
</style>