Shades of Radical Red #FE1962
Tints of Radical Red #FE1962
RGB
CMYK
RGB Variations
Color information
#FE1962 (or 0xFE1962) is known color: Radical Red. HEX triplet: FE, 19 and 62. RGB value is (254,25,98). Sum of RGB (Red+Green+Blue) = 254+25+98=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1962 is #01E69D. Grayscale: #656565. Windows color (decimal): -124574 or 6429182. OLE color: 6429182.
HSL color Cylindrical-coordinate representation of color #FE1962: hue angle of 340.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1962 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 25 | 98 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.00 |
| HSL | 340.87º | 0.99% | 0.55% | - |
| HSV(B) | 340.87º | 0.9% | 1% | - |
| XYZ | 43.43 | 22.65 | 13.64 | - |
| YUV | 101.79 | 125.87 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 25 | 98 | 0 | 0.90 | 0.61 | 0.00 | 340.87 | 0.99 | 0.55 |
| Hex | FE | 19 | 62 | 0 | 5A | 3D | 0 | 155 | 63 | 37 |
| Octal | 376 | 31 | 142 | 0 | 132 | 75 | 0 | 525 | 143 | 67 |
| Binary | 11111110 | 11001 | 1100010 | 0 | 1011010 | 111101 | 0 | 101010101 | 1100011 | 110111 |
Color Harmonies of #FE1962
Complementary color
Monochromatic Colors of #FE1962
Black with #FE1962
Text Example
Text Example
White with #FE1962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1962; }
p { color: rgb(254,25,98); }
H1.HeaderClassName
{
color: #FE1962;
}
.AnyTagClassName
{
color: #FE1962;
}
</style>
background-color css
<style>
a { background-color: #FE1962; }
a { background-color: rgb(254,25,98); }
div.DivClassName
{
background-color: #FE1962;
}
.BgClassName
{
background-color: #FE1962;
}
</style>
border-color css
<style>
span { border-color: #FE1962; }
span { border-color: rgb(254,25,98); }
td.TdClassName
{
border-color: #FE1962;
}
.TagClassName
{
border-color: #FE1962;
}
</style>