Shades of Radical Red #FE2F5A
Tints of Radical Red #FE2F5A
RGB
CMYK
RGB Variations
Color information
#FE2F5A (or 0xFE2F5A) is known color: Radical Red. HEX triplet: FE, 2F and 5A. RGB value is (254,47,90). Sum of RGB (Red+Green+Blue) = 254+47+90=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F5A is #01D0A5. Grayscale: #717171. Windows color (decimal): -118950 or 5910526. OLE color: 5910526.
HSL color Cylindrical-coordinate representation of color #FE2F5A: hue angle of 347.54º 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 #FE2F5A is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 90 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.00 |
| HSL | 347.54º | 0.99% | 0.59% | - |
| HSV(B) | 347.54º | 0.81% | 1% | - |
| XYZ | 43.74 | 23.84 | 11.97 | - |
| YUV | 113.8 | 114.58 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 90 | 0 | 0.81 | 0.65 | 0.00 | 347.54 | 0.99 | 0.59 |
| Hex | FE | 2F | 5A | 0 | 51 | 41 | 0 | 15C | 63 | 3B |
| Octal | 376 | 57 | 132 | 0 | 121 | 101 | 0 | 534 | 143 | 73 |
| Binary | 11111110 | 101111 | 1011010 | 0 | 1010001 | 1000001 | 0 | 101011100 | 1100011 | 111011 |
Color Harmonies of #FE2F5A
Complementary color
Monochromatic Colors of #FE2F5A
Black with #FE2F5A
Text Example
Text Example
White with #FE2F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F5A; }
p { color: rgb(254,47,90); }
H1.HeaderClassName
{
color: #FE2F5A;
}
.AnyTagClassName
{
color: #FE2F5A;
}
</style>
background-color css
<style>
a { background-color: #FE2F5A; }
a { background-color: rgb(254,47,90); }
div.DivClassName
{
background-color: #FE2F5A;
}
.BgClassName
{
background-color: #FE2F5A;
}
</style>
border-color css
<style>
span { border-color: #FE2F5A; }
span { border-color: rgb(254,47,90); }
td.TdClassName
{
border-color: #FE2F5A;
}
.TagClassName
{
border-color: #FE2F5A;
}
</style>