Shades of Radical Red #FE3462
Tints of Radical Red #FE3462
RGB
CMYK
RGB Variations
Color information
#FE3462 (or 0xFE3462) is known color: Radical Red. HEX triplet: FE, 34 and 62. RGB value is (254,52,98). Sum of RGB (Red+Green+Blue) = 254+52+98=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 98 (38.67% from 255 or 24.26% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3462 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3462 is #01CB9D. Grayscale: #757575. Windows color (decimal): -117662 or 6436094. OLE color: 6436094.
HSL color Cylindrical-coordinate representation of color #FE3462: hue angle of 346.34º 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 #FE3462 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 98 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.00 |
| HSL | 346.34º | 0.99% | 0.6% | - |
| HSV(B) | 346.34º | 0.8% | 1% | - |
| XYZ | 44.31 | 24.41 | 13.93 | - |
| YUV | 117.64 | 116.92 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 98 | 0 | 0.80 | 0.61 | 0.00 | 346.34 | 0.99 | 0.6 |
| Hex | FE | 34 | 62 | 0 | 50 | 3D | 0 | 15A | 63 | 3C |
| Octal | 376 | 64 | 142 | 0 | 120 | 75 | 0 | 532 | 143 | 74 |
| Binary | 11111110 | 110100 | 1100010 | 0 | 1010000 | 111101 | 0 | 101011010 | 1100011 | 111100 |
Color Harmonies of #FE3462
Complementary color
Monochromatic Colors of #FE3462
Black with #FE3462
Text Example
Text Example
White with #FE3462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3462; }
p { color: rgb(254,52,98); }
H1.HeaderClassName
{
color: #FE3462;
}
.AnyTagClassName
{
color: #FE3462;
}
</style>
background-color css
<style>
a { background-color: #FE3462; }
a { background-color: rgb(254,52,98); }
div.DivClassName
{
background-color: #FE3462;
}
.BgClassName
{
background-color: #FE3462;
}
</style>
border-color css
<style>
span { border-color: #FE3462; }
span { border-color: rgb(254,52,98); }
td.TdClassName
{
border-color: #FE3462;
}
.TagClassName
{
border-color: #FE3462;
}
</style>