Shades of Radical Red #FE316E
Tints of Radical Red #FE316E
RGB
CMYK
RGB Variations
Color information
#FE316E (or 0xFE316E) is known color: Radical Red. HEX triplet: FE, 31 and 6E. RGB value is (254,49,110). Sum of RGB (Red+Green+Blue) = 254+49+110=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE316E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE316E is #01CE91. Grayscale: #757575. Windows color (decimal): -118418 or 7221758. OLE color: 7221758.
HSL color Cylindrical-coordinate representation of color #FE316E: hue angle of 342.15º 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 #FE316E is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 110 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.00 |
| HSL | 342.15º | 0.99% | 0.59% | - |
| HSV(B) | 342.15º | 0.81% | 1% | - |
| XYZ | 44.79 | 24.39 | 17.1 | - |
| YUV | 117.25 | 123.92 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 110 | 0 | 0.81 | 0.57 | 0.00 | 342.15 | 0.99 | 0.59 |
| Hex | FE | 31 | 6E | 0 | 51 | 39 | 0 | 156 | 63 | 3B |
| Octal | 376 | 61 | 156 | 0 | 121 | 71 | 0 | 526 | 143 | 73 |
| Binary | 11111110 | 110001 | 1101110 | 0 | 1010001 | 111001 | 0 | 101010110 | 1100011 | 111011 |
Color Harmonies of #FE316E
Complementary color
Monochromatic Colors of #FE316E
Black with #FE316E
Text Example
Text Example
White with #FE316E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE316E; }
p { color: rgb(254,49,110); }
H1.HeaderClassName
{
color: #FE316E;
}
.AnyTagClassName
{
color: #FE316E;
}
</style>
background-color css
<style>
a { background-color: #FE316E; }
a { background-color: rgb(254,49,110); }
div.DivClassName
{
background-color: #FE316E;
}
.BgClassName
{
background-color: #FE316E;
}
</style>
border-color css
<style>
span { border-color: #FE316E; }
span { border-color: rgb(254,49,110); }
td.TdClassName
{
border-color: #FE316E;
}
.TagClassName
{
border-color: #FE316E;
}
</style>