Shades of Radical Red #FE2B58
Tints of Radical Red #FE2B58
RGB
CMYK
RGB Variations
Color information
#FE2B58 (or 0xFE2B58) is known color: Radical Red. HEX triplet: FE, 2B and 58. RGB value is (254,43,88). Sum of RGB (Red+Green+Blue) = 254+43+88=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2B58 is #01D4A7. Grayscale: #6F6F6F. Windows color (decimal): -119976 or 5778430. OLE color: 5778430.
HSL color Cylindrical-coordinate representation of color #FE2B58: hue angle of 347.2º 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 #FE2B58 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 43 | 88 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.00 |
| HSL | 347.2º | 0.99% | 0.58% | - |
| HSV(B) | 347.2º | 0.83% | 1% | - |
| XYZ | 43.5 | 23.5 | 11.48 | - |
| YUV | 111.22 | 114.9 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 43 | 88 | 0 | 0.83 | 0.65 | 0.00 | 347.2 | 0.99 | 0.58 |
| Hex | FE | 2B | 58 | 0 | 53 | 41 | 0 | 15B | 63 | 3A |
| Octal | 376 | 53 | 130 | 0 | 123 | 101 | 0 | 533 | 143 | 72 |
| Binary | 11111110 | 101011 | 1011000 | 0 | 1010011 | 1000001 | 0 | 101011011 | 1100011 | 111010 |
Color Harmonies of #FE2B58
Complementary color
Monochromatic Colors of #FE2B58
Black with #FE2B58
Text Example
Text Example
White with #FE2B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2B58; }
p { color: rgb(254,43,88); }
H1.HeaderClassName
{
color: #FE2B58;
}
.AnyTagClassName
{
color: #FE2B58;
}
</style>
background-color css
<style>
a { background-color: #FE2B58; }
a { background-color: rgb(254,43,88); }
div.DivClassName
{
background-color: #FE2B58;
}
.BgClassName
{
background-color: #FE2B58;
}
</style>
border-color css
<style>
span { border-color: #FE2B58; }
span { border-color: rgb(254,43,88); }
td.TdClassName
{
border-color: #FE2B58;
}
.TagClassName
{
border-color: #FE2B58;
}
</style>