Shades of Radical Red #FE4072
Tints of Radical Red #FE4072
RGB
CMYK
RGB Variations
Color information
#FE4072 (or 0xFE4072) is known color: Radical Red. HEX triplet: FE, 40 and 72. RGB value is (254,64,114). Sum of RGB (Red+Green+Blue) = 254+64+114=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4072 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4072 is #01BF8D. Grayscale: #7E7E7E. Windows color (decimal): -114574 or 7487742. OLE color: 7487742.
HSL color Cylindrical-coordinate representation of color #FE4072: hue angle of 344.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE4072 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 114 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.00 |
| HSL | 344.21º | 0.99% | 0.62% | - |
| HSV(B) | 344.21º | 0.75% | 1% | - |
| XYZ | 45.74 | 25.95 | 18.52 | - |
| YUV | 126.51 | 120.95 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 114 | 0 | 0.75 | 0.55 | 0.00 | 344.21 | 0.99 | 0.62 |
| Hex | FE | 40 | 72 | 0 | 4B | 37 | 0 | 158 | 63 | 3E |
| Octal | 376 | 100 | 162 | 0 | 113 | 67 | 0 | 530 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1110010 | 0 | 1001011 | 110111 | 0 | 101011000 | 1100011 | 111110 |
Color Harmonies of #FE4072
Complementary color
Monochromatic Colors of #FE4072
Black with #FE4072
Text Example
Text Example
White with #FE4072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4072; }
p { color: rgb(254,64,114); }
H1.HeaderClassName
{
color: #FE4072;
}
.AnyTagClassName
{
color: #FE4072;
}
</style>
background-color css
<style>
a { background-color: #FE4072; }
a { background-color: rgb(254,64,114); }
div.DivClassName
{
background-color: #FE4072;
}
.BgClassName
{
background-color: #FE4072;
}
</style>
border-color css
<style>
span { border-color: #FE4072; }
span { border-color: rgb(254,64,114); }
td.TdClassName
{
border-color: #FE4072;
}
.TagClassName
{
border-color: #FE4072;
}
</style>