Shades of Radical Red #FE3172
Tints of Radical Red #FE3172
RGB
CMYK
RGB Variations
Color information
#FE3172 (or 0xFE3172) is known color: Radical Red. HEX triplet: FE, 31 and 72. RGB value is (254,49,114). Sum of RGB (Red+Green+Blue) = 254+49+114=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3172 is #01CE8D. Grayscale: #757575. Windows color (decimal): -118414 or 7483902. OLE color: 7483902.
HSL color Cylindrical-coordinate representation of color #FE3172: hue angle of 340.98º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3172 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 114 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.00 |
| HSL | 340.98º | 0.99% | 0.59% | - |
| HSV(B) | 340.98º | 0.81% | 1% | - |
| XYZ | 45.01 | 24.48 | 18.27 | - |
| YUV | 117.71 | 125.92 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 114 | 0 | 0.81 | 0.55 | 0.00 | 340.98 | 0.99 | 0.59 |
| Hex | FE | 31 | 72 | 0 | 51 | 37 | 0 | 155 | 63 | 3B |
| Octal | 376 | 61 | 162 | 0 | 121 | 67 | 0 | 525 | 143 | 73 |
| Binary | 11111110 | 110001 | 1110010 | 0 | 1010001 | 110111 | 0 | 101010101 | 1100011 | 111011 |
Color Harmonies of #FE3172
Complementary color
Monochromatic Colors of #FE3172
Black with #FE3172
Text Example
Text Example
White with #FE3172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3172; }
p { color: rgb(254,49,114); }
H1.HeaderClassName
{
color: #FE3172;
}
.AnyTagClassName
{
color: #FE3172;
}
</style>
background-color css
<style>
a { background-color: #FE3172; }
a { background-color: rgb(254,49,114); }
div.DivClassName
{
background-color: #FE3172;
}
.BgClassName
{
background-color: #FE3172;
}
</style>
border-color css
<style>
span { border-color: #FE3172; }
span { border-color: rgb(254,49,114); }
td.TdClassName
{
border-color: #FE3172;
}
.TagClassName
{
border-color: #FE3172;
}
</style>