Shades of Radical Red #FE2362
Tints of Radical Red #FE2362
RGB
CMYK
RGB Variations
Color information
#FE2362 (or 0xFE2362) is known color: Radical Red. HEX triplet: FE, 23 and 62. RGB value is (254,35,98). Sum of RGB (Red+Green+Blue) = 254+35+98=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2362 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2362 is #01DC9D. Grayscale: #6B6B6B. Windows color (decimal): -122014 or 6431742. OLE color: 6431742.
HSL color Cylindrical-coordinate representation of color #FE2362: hue angle of 342.74º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2362 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 98 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.00 |
| HSL | 342.74º | 0.99% | 0.57% | - |
| HSV(B) | 342.74º | 0.86% | 1% | - |
| XYZ | 43.68 | 23.15 | 13.72 | - |
| YUV | 107.66 | 122.55 | 232.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 98 | 0 | 0.86 | 0.61 | 0.00 | 342.74 | 0.99 | 0.57 |
| Hex | FE | 23 | 62 | 0 | 56 | 3D | 0 | 157 | 63 | 39 |
| Octal | 376 | 43 | 142 | 0 | 126 | 75 | 0 | 527 | 143 | 71 |
| Binary | 11111110 | 100011 | 1100010 | 0 | 1010110 | 111101 | 0 | 101010111 | 1100011 | 111001 |
Color Harmonies of #FE2362
Complementary color
Monochromatic Colors of #FE2362
Black with #FE2362
Text Example
Text Example
White with #FE2362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2362; }
p { color: rgb(254,35,98); }
H1.HeaderClassName
{
color: #FE2362;
}
.AnyTagClassName
{
color: #FE2362;
}
</style>
background-color css
<style>
a { background-color: #FE2362; }
a { background-color: rgb(254,35,98); }
div.DivClassName
{
background-color: #FE2362;
}
.BgClassName
{
background-color: #FE2362;
}
</style>
border-color css
<style>
span { border-color: #FE2362; }
span { border-color: rgb(254,35,98); }
td.TdClassName
{
border-color: #FE2362;
}
.TagClassName
{
border-color: #FE2362;
}
</style>