Shades of Radical Red #FE2972
Tints of Radical Red #FE2972
RGB
CMYK
RGB Variations
Color information
#FE2972 (or 0xFE2972) is known color: Radical Red. HEX triplet: FE, 29 and 72. RGB value is (254,41,114). Sum of RGB (Red+Green+Blue) = 254+41+114=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2972 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2972 is #01D68D. Grayscale: #707070. Windows color (decimal): -120462 or 7481854. OLE color: 7481854.
HSL color Cylindrical-coordinate representation of color #FE2972: hue angle of 339.44º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2972 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 114 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.00 |
| HSL | 339.44º | 0.99% | 0.58% | - |
| HSV(B) | 339.44º | 0.84% | 1% | - |
| XYZ | 44.7 | 23.87 | 18.17 | - |
| YUV | 113.01 | 128.57 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 114 | 0 | 0.84 | 0.55 | 0.00 | 339.44 | 0.99 | 0.58 |
| Hex | FE | 29 | 72 | 0 | 54 | 37 | 0 | 153 | 63 | 3A |
| Octal | 376 | 51 | 162 | 0 | 124 | 67 | 0 | 523 | 143 | 72 |
| Binary | 11111110 | 101001 | 1110010 | 0 | 1010100 | 110111 | 0 | 101010011 | 1100011 | 111010 |
Color Harmonies of #FE2972
Complementary color
Monochromatic Colors of #FE2972
Black with #FE2972
Text Example
Text Example
White with #FE2972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2972; }
p { color: rgb(254,41,114); }
H1.HeaderClassName
{
color: #FE2972;
}
.AnyTagClassName
{
color: #FE2972;
}
</style>
background-color css
<style>
a { background-color: #FE2972; }
a { background-color: rgb(254,41,114); }
div.DivClassName
{
background-color: #FE2972;
}
.BgClassName
{
background-color: #FE2972;
}
</style>
border-color css
<style>
span { border-color: #FE2972; }
span { border-color: rgb(254,41,114); }
td.TdClassName
{
border-color: #FE2972;
}
.TagClassName
{
border-color: #FE2972;
}
</style>