Shades of Radical Red #FE2562
Tints of Radical Red #FE2562
RGB
CMYK
RGB Variations
Color information
#FE2562 (or 0xFE2562) is known color: Radical Red. HEX triplet: FE, 25 and 62. RGB value is (254,37,98). Sum of RGB (Red+Green+Blue) = 254+37+98=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 98 (38.67% from 255 or 25.19% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2562 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2562 is #01DA9D. Grayscale: #6C6C6C. Windows color (decimal): -121502 or 6432254. OLE color: 6432254.
HSL color Cylindrical-coordinate representation of color #FE2562: hue angle of 343.13º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2562 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 98 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.00 |
| HSL | 343.13º | 0.99% | 0.57% | - |
| HSV(B) | 343.13º | 0.85% | 1% | - |
| XYZ | 43.74 | 23.28 | 13.74 | - |
| YUV | 108.84 | 121.89 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 98 | 0 | 0.85 | 0.61 | 0.00 | 343.13 | 0.99 | 0.57 |
| Hex | FE | 25 | 62 | 0 | 55 | 3D | 0 | 157 | 63 | 39 |
| Octal | 376 | 45 | 142 | 0 | 125 | 75 | 0 | 527 | 143 | 71 |
| Binary | 11111110 | 100101 | 1100010 | 0 | 1010101 | 111101 | 0 | 101010111 | 1100011 | 111001 |
Color Harmonies of #FE2562
Complementary color
Monochromatic Colors of #FE2562
Black with #FE2562
Text Example
Text Example
White with #FE2562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2562; }
p { color: rgb(254,37,98); }
H1.HeaderClassName
{
color: #FE2562;
}
.AnyTagClassName
{
color: #FE2562;
}
</style>
background-color css
<style>
a { background-color: #FE2562; }
a { background-color: rgb(254,37,98); }
div.DivClassName
{
background-color: #FE2562;
}
.BgClassName
{
background-color: #FE2562;
}
</style>
border-color css
<style>
span { border-color: #FE2562; }
span { border-color: rgb(254,37,98); }
td.TdClassName
{
border-color: #FE2562;
}
.TagClassName
{
border-color: #FE2562;
}
</style>