Shades of Radical Red #FE2F5E
Tints of Radical Red #FE2F5E
RGB
CMYK
RGB Variations
Color information
#FE2F5E (or 0xFE2F5E) is known color: Radical Red. HEX triplet: FE, 2F and 5E. RGB value is (254,47,94). Sum of RGB (Red+Green+Blue) = 254+47+94=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F5E is #01D0A1. Grayscale: #727272. Windows color (decimal): -118946 or 6172670. OLE color: 6172670.
HSL color Cylindrical-coordinate representation of color #FE2F5E: hue angle of 346.38º 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 #FE2F5E is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 94 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.00 |
| HSL | 346.38º | 0.99% | 0.59% | - |
| HSV(B) | 346.38º | 0.81% | 1% | - |
| XYZ | 43.91 | 23.91 | 12.89 | - |
| YUV | 114.25 | 116.58 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 94 | 0 | 0.81 | 0.63 | 0.00 | 346.38 | 0.99 | 0.59 |
| Hex | FE | 2F | 5E | 0 | 51 | 3F | 0 | 15A | 63 | 3B |
| Octal | 376 | 57 | 136 | 0 | 121 | 77 | 0 | 532 | 143 | 73 |
| Binary | 11111110 | 101111 | 1011110 | 0 | 1010001 | 111111 | 0 | 101011010 | 1100011 | 111011 |
Color Harmonies of #FE2F5E
Complementary color
Monochromatic Colors of #FE2F5E
Black with #FE2F5E
Text Example
Text Example
White with #FE2F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F5E; }
p { color: rgb(254,47,94); }
H1.HeaderClassName
{
color: #FE2F5E;
}
.AnyTagClassName
{
color: #FE2F5E;
}
</style>
background-color css
<style>
a { background-color: #FE2F5E; }
a { background-color: rgb(254,47,94); }
div.DivClassName
{
background-color: #FE2F5E;
}
.BgClassName
{
background-color: #FE2F5E;
}
</style>
border-color css
<style>
span { border-color: #FE2F5E; }
span { border-color: rgb(254,47,94); }
td.TdClassName
{
border-color: #FE2F5E;
}
.TagClassName
{
border-color: #FE2F5E;
}
</style>