Shades of Radical Red #FE2472
Tints of Radical Red #FE2472
RGB
CMYK
RGB Variations
Color information
#FE2472 (or 0xFE2472) is known color: Radical Red. HEX triplet: FE, 24 and 72. RGB value is (254,36,114). Sum of RGB (Red+Green+Blue) = 254+36+114=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2472 is #01DB8D. Grayscale: #6D6D6D. Windows color (decimal): -121742 or 7480574. OLE color: 7480574.
HSL color Cylindrical-coordinate representation of color #FE2472: hue angle of 338.53º 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 #FE2472 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 114 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.00 |
| HSL | 338.53º | 0.99% | 0.57% | - |
| HSV(B) | 338.53º | 0.86% | 1% | - |
| XYZ | 44.54 | 23.55 | 18.12 | - |
| YUV | 110.07 | 130.22 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 114 | 0 | 0.86 | 0.55 | 0.00 | 338.53 | 0.99 | 0.57 |
| Hex | FE | 24 | 72 | 0 | 56 | 37 | 0 | 153 | 63 | 39 |
| Octal | 376 | 44 | 162 | 0 | 126 | 67 | 0 | 523 | 143 | 71 |
| Binary | 11111110 | 100100 | 1110010 | 0 | 1010110 | 110111 | 0 | 101010011 | 1100011 | 111001 |
Color Harmonies of #FE2472
Complementary color
Monochromatic Colors of #FE2472
Black with #FE2472
Text Example
Text Example
White with #FE2472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2472; }
p { color: rgb(254,36,114); }
H1.HeaderClassName
{
color: #FE2472;
}
.AnyTagClassName
{
color: #FE2472;
}
</style>
background-color css
<style>
a { background-color: #FE2472; }
a { background-color: rgb(254,36,114); }
div.DivClassName
{
background-color: #FE2472;
}
.BgClassName
{
background-color: #FE2472;
}
</style>
border-color css
<style>
span { border-color: #FE2472; }
span { border-color: rgb(254,36,114); }
td.TdClassName
{
border-color: #FE2472;
}
.TagClassName
{
border-color: #FE2472;
}
</style>