Shades of Radical Red #FE3156
Tints of Radical Red #FE3156
RGB
CMYK
RGB Variations
Color information
#FE3156 (or 0xFE3156) is known color: Radical Red. HEX triplet: FE, 31 and 56. RGB value is (254,49,86). Sum of RGB (Red+Green+Blue) = 254+49+86=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3156 is #01CEA9. Grayscale: #727272. Windows color (decimal): -118442 or 5648894. OLE color: 5648894.
HSL color Cylindrical-coordinate representation of color #FE3156: hue angle of 349.17º 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 #FE3156 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 86 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.00 |
| HSL | 349.17º | 0.99% | 0.59% | - |
| HSV(B) | 349.17º | 0.81% | 1% | - |
| XYZ | 43.65 | 23.94 | 11.12 | - |
| YUV | 114.51 | 111.92 | 227.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 86 | 0 | 0.81 | 0.66 | 0.00 | 349.17 | 0.99 | 0.59 |
| Hex | FE | 31 | 56 | 0 | 51 | 42 | 0 | 15D | 63 | 3B |
| Octal | 376 | 61 | 126 | 0 | 121 | 102 | 0 | 535 | 143 | 73 |
| Binary | 11111110 | 110001 | 1010110 | 0 | 1010001 | 1000010 | 0 | 101011101 | 1100011 | 111011 |
Color Harmonies of #FE3156
Complementary color
Monochromatic Colors of #FE3156
Black with #FE3156
Text Example
Text Example
White with #FE3156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3156; }
p { color: rgb(254,49,86); }
H1.HeaderClassName
{
color: #FE3156;
}
.AnyTagClassName
{
color: #FE3156;
}
</style>
background-color css
<style>
a { background-color: #FE3156; }
a { background-color: rgb(254,49,86); }
div.DivClassName
{
background-color: #FE3156;
}
.BgClassName
{
background-color: #FE3156;
}
</style>
border-color css
<style>
span { border-color: #FE3156; }
span { border-color: rgb(254,49,86); }
td.TdClassName
{
border-color: #FE3156;
}
.TagClassName
{
border-color: #FE3156;
}
</style>