Shades of Radical Red #FE3154
Tints of Radical Red #FE3154
RGB
CMYK
RGB Variations
Color information
#FE3154 (or 0xFE3154) is known color: Radical Red. HEX triplet: FE, 31 and 54. RGB value is (254,49,84). Sum of RGB (Red+Green+Blue) = 254+49+84=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 49 (19.53% from 255 or 12.66% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3154 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3154 is #01CEAB. Grayscale: #727272. Windows color (decimal): -118444 or 5517822. OLE color: 5517822.
HSL color Cylindrical-coordinate representation of color #FE3154: hue angle of 349.76º 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 #FE3154 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 84 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.00 |
| HSL | 349.76º | 0.99% | 0.59% | - |
| HSV(B) | 349.76º | 0.81% | 1% | - |
| XYZ | 43.57 | 23.91 | 10.71 | - |
| YUV | 114.29 | 110.92 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 84 | 0 | 0.81 | 0.67 | 0.00 | 349.76 | 0.99 | 0.59 |
| Hex | FE | 31 | 54 | 0 | 51 | 43 | 0 | 15E | 63 | 3B |
| Octal | 376 | 61 | 124 | 0 | 121 | 103 | 0 | 536 | 143 | 73 |
| Binary | 11111110 | 110001 | 1010100 | 0 | 1010001 | 1000011 | 0 | 101011110 | 1100011 | 111011 |
Color Harmonies of #FE3154
Complementary color
Monochromatic Colors of #FE3154
Black with #FE3154
Text Example
Text Example
White with #FE3154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3154; }
p { color: rgb(254,49,84); }
H1.HeaderClassName
{
color: #FE3154;
}
.AnyTagClassName
{
color: #FE3154;
}
</style>
background-color css
<style>
a { background-color: #FE3154; }
a { background-color: rgb(254,49,84); }
div.DivClassName
{
background-color: #FE3154;
}
.BgClassName
{
background-color: #FE3154;
}
</style>
border-color css
<style>
span { border-color: #FE3154; }
span { border-color: rgb(254,49,84); }
td.TdClassName
{
border-color: #FE3154;
}
.TagClassName
{
border-color: #FE3154;
}
</style>