Shades of Radical Red #FE3E55
Tints of Radical Red #FE3E55
RGB
CMYK
RGB Variations
Color information
#FE3E55 (or 0xFE3E55) is known color: Radical Red. HEX triplet: FE, 3E and 55. RGB value is (254,62,85). Sum of RGB (Red+Green+Blue) = 254+62+85=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 85 (33.59% from 255 or 21.20% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3E55 is #01C1AA. Grayscale: #7A7A7A. Windows color (decimal): -115115 or 5586686. OLE color: 5586686.
HSL color Cylindrical-coordinate representation of color #FE3E55: hue angle of 352.81º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3E55 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 85 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.00 |
| HSL | 352.81º | 0.99% | 0.62% | - |
| HSV(B) | 352.81º | 0.76% | 1% | - |
| XYZ | 44.24 | 25.17 | 11.12 | - |
| YUV | 122.03 | 107.11 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 85 | 0 | 0.76 | 0.67 | 0.00 | 352.81 | 0.99 | 0.62 |
| Hex | FE | 3E | 55 | 0 | 4C | 43 | 0 | 161 | 63 | 3E |
| Octal | 376 | 76 | 125 | 0 | 114 | 103 | 0 | 541 | 143 | 76 |
| Binary | 11111110 | 111110 | 1010101 | 0 | 1001100 | 1000011 | 0 | 101100001 | 1100011 | 111110 |
Color Harmonies of #FE3E55
Complementary color
Monochromatic Colors of #FE3E55
Black with #FE3E55
Text Example
Text Example
White with #FE3E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E55; }
p { color: rgb(254,62,85); }
H1.HeaderClassName
{
color: #FE3E55;
}
.AnyTagClassName
{
color: #FE3E55;
}
</style>
background-color css
<style>
a { background-color: #FE3E55; }
a { background-color: rgb(254,62,85); }
div.DivClassName
{
background-color: #FE3E55;
}
.BgClassName
{
background-color: #FE3E55;
}
</style>
border-color css
<style>
span { border-color: #FE3E55; }
span { border-color: rgb(254,62,85); }
td.TdClassName
{
border-color: #FE3E55;
}
.TagClassName
{
border-color: #FE3E55;
}
</style>