Shades of Radical Red #FE4172
Tints of Radical Red #FE4172
RGB
CMYK
RGB Variations
Color information
#FE4172 (or 0xFE4172) is known color: Radical Red. HEX triplet: FE, 41 and 72. RGB value is (254,65,114). Sum of RGB (Red+Green+Blue) = 254+65+114=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4172 is #01BE8D. Grayscale: #7F7F7F. Windows color (decimal): -114318 or 7487998. OLE color: 7487998.
HSL color Cylindrical-coordinate representation of color #FE4172: hue angle of 344.44º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4172 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 114 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.00 |
| HSL | 344.44º | 0.99% | 0.63% | - |
| HSV(B) | 344.44º | 0.74% | 1% | - |
| XYZ | 45.8 | 26.07 | 18.54 | - |
| YUV | 127.1 | 120.62 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 114 | 0 | 0.74 | 0.55 | 0.00 | 344.44 | 0.99 | 0.63 |
| Hex | FE | 41 | 72 | 0 | 4A | 37 | 0 | 158 | 63 | 3F |
| Octal | 376 | 101 | 162 | 0 | 112 | 67 | 0 | 530 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1110010 | 0 | 1001010 | 110111 | 0 | 101011000 | 1100011 | 111111 |
Color Harmonies of #FE4172
Complementary color
Monochromatic Colors of #FE4172
Black with #FE4172
Text Example
Text Example
White with #FE4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4172; }
p { color: rgb(254,65,114); }
H1.HeaderClassName
{
color: #FE4172;
}
.AnyTagClassName
{
color: #FE4172;
}
</style>
background-color css
<style>
a { background-color: #FE4172; }
a { background-color: rgb(254,65,114); }
div.DivClassName
{
background-color: #FE4172;
}
.BgClassName
{
background-color: #FE4172;
}
</style>
border-color css
<style>
span { border-color: #FE4172; }
span { border-color: rgb(254,65,114); }
td.TdClassName
{
border-color: #FE4172;
}
.TagClassName
{
border-color: #FE4172;
}
</style>