Shades of Radical Red #FE3246
Tints of Radical Red #FE3246
RGB
CMYK
RGB Variations
Color information
#FE3246 (or 0xFE3246) is known color: Radical Red. HEX triplet: FE, 32 and 46. RGB value is (254,50,70). Sum of RGB (Red+Green+Blue) = 254+50+70=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3246 is #01CDB9. Grayscale: #717171. Windows color (decimal): -118202 or 4600574. OLE color: 4600574.
HSL color Cylindrical-coordinate representation of color #FE3246: hue angle of 354.12º 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 #FE3246 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 70 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.00 |
| HSL | 354.12º | 0.99% | 0.6% | - |
| HSV(B) | 354.12º | 0.8% | 1% | - |
| XYZ | 43.12 | 23.79 | 8.11 | - |
| YUV | 113.28 | 103.59 | 228.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 70 | 0 | 0.80 | 0.72 | 0.00 | 354.12 | 0.99 | 0.6 |
| Hex | FE | 32 | 46 | 0 | 50 | 48 | 0 | 162 | 63 | 3C |
| Octal | 376 | 62 | 106 | 0 | 120 | 110 | 0 | 542 | 143 | 74 |
| Binary | 11111110 | 110010 | 1000110 | 0 | 1010000 | 1001000 | 0 | 101100010 | 1100011 | 111100 |
Color Harmonies of #FE3246
Complementary color
Monochromatic Colors of #FE3246
Black with #FE3246
Text Example
Text Example
White with #FE3246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3246; }
p { color: rgb(254,50,70); }
H1.HeaderClassName
{
color: #FE3246;
}
.AnyTagClassName
{
color: #FE3246;
}
</style>
background-color css
<style>
a { background-color: #FE3246; }
a { background-color: rgb(254,50,70); }
div.DivClassName
{
background-color: #FE3246;
}
.BgClassName
{
background-color: #FE3246;
}
</style>
border-color css
<style>
span { border-color: #FE3246; }
span { border-color: rgb(254,50,70); }
td.TdClassName
{
border-color: #FE3246;
}
.TagClassName
{
border-color: #FE3246;
}
</style>