Shades of Radical Red #FE3160
Tints of Radical Red #FE3160
RGB
CMYK
RGB Variations
Color information
#FE3160 (or 0xFE3160) is known color: Radical Red. HEX triplet: FE, 31 and 60. RGB value is (254,49,96). Sum of RGB (Red+Green+Blue) = 254+49+96=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3160 is #01CE9F. Grayscale: #737373. Windows color (decimal): -118432 or 6304254. OLE color: 6304254.
HSL color Cylindrical-coordinate representation of color #FE3160: hue angle of 346.24º 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 #FE3160 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 96 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.00 |
| HSL | 346.24º | 0.99% | 0.59% | - |
| HSV(B) | 346.24º | 0.81% | 1% | - |
| XYZ | 44.08 | 24.11 | 13.4 | - |
| YUV | 115.65 | 116.92 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 96 | 0 | 0.81 | 0.62 | 0.00 | 346.24 | 0.99 | 0.59 |
| Hex | FE | 31 | 60 | 0 | 51 | 3E | 0 | 15A | 63 | 3B |
| Octal | 376 | 61 | 140 | 0 | 121 | 76 | 0 | 532 | 143 | 73 |
| Binary | 11111110 | 110001 | 1100000 | 0 | 1010001 | 111110 | 0 | 101011010 | 1100011 | 111011 |
Color Harmonies of #FE3160
Complementary color
Monochromatic Colors of #FE3160
Black with #FE3160
Text Example
Text Example
White with #FE3160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3160; }
p { color: rgb(254,49,96); }
H1.HeaderClassName
{
color: #FE3160;
}
.AnyTagClassName
{
color: #FE3160;
}
</style>
background-color css
<style>
a { background-color: #FE3160; }
a { background-color: rgb(254,49,96); }
div.DivClassName
{
background-color: #FE3160;
}
.BgClassName
{
background-color: #FE3160;
}
</style>
border-color css
<style>
span { border-color: #FE3160; }
span { border-color: rgb(254,49,96); }
td.TdClassName
{
border-color: #FE3160;
}
.TagClassName
{
border-color: #FE3160;
}
</style>