Shades of Radical Red #FE2B5E
Tints of Radical Red #FE2B5E
RGB
CMYK
RGB Variations
Color information
#FE2B5E (or 0xFE2B5E) is known color: Radical Red. HEX triplet: FE, 2B and 5E. RGB value is (254,43,94). Sum of RGB (Red+Green+Blue) = 254+43+94=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2B5E is #01D4A1. Grayscale: #6F6F6F. Windows color (decimal): -119970 or 6171646. OLE color: 6171646.
HSL color Cylindrical-coordinate representation of color #FE2B5E: hue angle of 345.5º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2B5E is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 94 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.00 |
| HSL | 345.5º | 0.99% | 0.58% | - |
| HSV(B) | 345.5º | 0.83% | 1% | - |
| XYZ | 43.76 | 23.61 | 12.84 | - |
| YUV | 111.9 | 117.9 | 229.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 94 | 0 | 0.83 | 0.63 | 0.00 | 345.5 | 0.99 | 0.58 |
| Hex | FE | 2B | 5E | 0 | 53 | 3F | 0 | 159 | 63 | 3A |
| Octal | 376 | 53 | 136 | 0 | 123 | 77 | 0 | 531 | 143 | 72 |
| Binary | 11111110 | 101011 | 1011110 | 0 | 1010011 | 111111 | 0 | 101011001 | 1100011 | 111010 |
Color Harmonies of #FE2B5E
Complementary color
Monochromatic Colors of #FE2B5E
Black with #FE2B5E
Text Example
Text Example
White with #FE2B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B5E; }
p { color: rgb(254,43,94); }
H1.HeaderClassName
{
color: #FE2B5E;
}
.AnyTagClassName
{
color: #FE2B5E;
}
</style>
background-color css
<style>
a { background-color: #FE2B5E; }
a { background-color: rgb(254,43,94); }
div.DivClassName
{
background-color: #FE2B5E;
}
.BgClassName
{
background-color: #FE2B5E;
}
</style>
border-color css
<style>
span { border-color: #FE2B5E; }
span { border-color: rgb(254,43,94); }
td.TdClassName
{
border-color: #FE2B5E;
}
.TagClassName
{
border-color: #FE2B5E;
}
</style>