Shades of Radical Red #FE2471
Tints of Radical Red #FE2471
RGB
CMYK
RGB Variations
Color information
#FE2471 (or 0xFE2471) is known color: Radical Red. HEX triplet: FE, 24 and 71. RGB value is (254,36,113). Sum of RGB (Red+Green+Blue) = 254+36+113=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2471 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2471 is #01DB8E. Grayscale: #6D6D6D. Windows color (decimal): -121743 or 7415038. OLE color: 7415038.
HSL color Cylindrical-coordinate representation of color #FE2471: hue angle of 338.81º 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 #FE2471 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 113 | - |
| CMYK | 0 | 0.86 | 0.56 | 0.00 |
| HSL | 338.81º | 0.99% | 0.57% | - |
| HSV(B) | 338.81º | 0.86% | 1% | - |
| XYZ | 44.48 | 23.52 | 17.82 | - |
| YUV | 109.96 | 129.72 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 113 | 0 | 0.86 | 0.56 | 0.00 | 338.81 | 0.99 | 0.57 |
| Hex | FE | 24 | 71 | 0 | 56 | 38 | 0 | 153 | 63 | 39 |
| Octal | 376 | 44 | 161 | 0 | 126 | 70 | 0 | 523 | 143 | 71 |
| Binary | 11111110 | 100100 | 1110001 | 0 | 1010110 | 111000 | 0 | 101010011 | 1100011 | 111001 |
Color Harmonies of #FE2471
Complementary color
Monochromatic Colors of #FE2471
Black with #FE2471
Text Example
Text Example
White with #FE2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2471; }
p { color: rgb(254,36,113); }
H1.HeaderClassName
{
color: #FE2471;
}
.AnyTagClassName
{
color: #FE2471;
}
</style>
background-color css
<style>
a { background-color: #FE2471; }
a { background-color: rgb(254,36,113); }
div.DivClassName
{
background-color: #FE2471;
}
.BgClassName
{
background-color: #FE2471;
}
</style>
border-color css
<style>
span { border-color: #FE2471; }
span { border-color: rgb(254,36,113); }
td.TdClassName
{
border-color: #FE2471;
}
.TagClassName
{
border-color: #FE2471;
}
</style>