Shades of Radical Red #FE3E5F
Tints of Radical Red #FE3E5F
RGB
CMYK
RGB Variations
Color information
#FE3E5F (or 0xFE3E5F) is known color: Radical Red. HEX triplet: FE, 3E and 5F. RGB value is (254,62,95). Sum of RGB (Red+Green+Blue) = 254+62+95=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 95 (37.5% from 255 or 23.11% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3E5F is #01C1A0. Grayscale: #7B7B7B. Windows color (decimal): -115105 or 6242046. OLE color: 6242046.
HSL color Cylindrical-coordinate representation of color #FE3E5F: hue angle of 349.69º 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 #FE3E5F is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 62 | 95 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.00 |
| HSL | 349.69º | 0.99% | 0.62% | - |
| HSV(B) | 349.69º | 0.76% | 1% | - |
| XYZ | 44.66 | 25.34 | 13.36 | - |
| YUV | 123.17 | 112.11 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 62 | 95 | 0 | 0.76 | 0.63 | 0.00 | 349.69 | 0.99 | 0.62 |
| Hex | FE | 3E | 5F | 0 | 4C | 3F | 0 | 15E | 63 | 3E |
| Octal | 376 | 76 | 137 | 0 | 114 | 77 | 0 | 536 | 143 | 76 |
| Binary | 11111110 | 111110 | 1011111 | 0 | 1001100 | 111111 | 0 | 101011110 | 1100011 | 111110 |
Color Harmonies of #FE3E5F
Complementary color
Monochromatic Colors of #FE3E5F
Black with #FE3E5F
Text Example
Text Example
White with #FE3E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3E5F; }
p { color: rgb(254,62,95); }
H1.HeaderClassName
{
color: #FE3E5F;
}
.AnyTagClassName
{
color: #FE3E5F;
}
</style>
background-color css
<style>
a { background-color: #FE3E5F; }
a { background-color: rgb(254,62,95); }
div.DivClassName
{
background-color: #FE3E5F;
}
.BgClassName
{
background-color: #FE3E5F;
}
</style>
border-color css
<style>
span { border-color: #FE3E5F; }
span { border-color: rgb(254,62,95); }
td.TdClassName
{
border-color: #FE3E5F;
}
.TagClassName
{
border-color: #FE3E5F;
}
</style>