Shades of Radical Red #FE2D5B
Tints of Radical Red #FE2D5B
RGB
CMYK
RGB Variations
Color information
#FE2D5B (or 0xFE2D5B) is known color: Radical Red. HEX triplet: FE, 2D and 5B. RGB value is (254,45,91). Sum of RGB (Red+Green+Blue) = 254+45+91=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 45 (17.97% from 255 or 11.54% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2D5B is #01D2A4. Grayscale: #707070. Windows color (decimal): -119461 or 5975550. OLE color: 5975550.
HSL color Cylindrical-coordinate representation of color #FE2D5B: hue angle of 346.79º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2D5B is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 91 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.00 |
| HSL | 346.79º | 0.99% | 0.59% | - |
| HSV(B) | 346.79º | 0.82% | 1% | - |
| XYZ | 43.7 | 23.7 | 12.17 | - |
| YUV | 112.74 | 115.74 | 228.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 91 | 0 | 0.82 | 0.64 | 0.00 | 346.79 | 0.99 | 0.59 |
| Hex | FE | 2D | 5B | 0 | 52 | 40 | 0 | 15B | 63 | 3B |
| Octal | 376 | 55 | 133 | 0 | 122 | 100 | 0 | 533 | 143 | 73 |
| Binary | 11111110 | 101101 | 1011011 | 0 | 1010010 | 1000000 | 0 | 101011011 | 1100011 | 111011 |
Color Harmonies of #FE2D5B
Complementary color
Monochromatic Colors of #FE2D5B
Black with #FE2D5B
Text Example
Text Example
White with #FE2D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D5B; }
p { color: rgb(254,45,91); }
H1.HeaderClassName
{
color: #FE2D5B;
}
.AnyTagClassName
{
color: #FE2D5B;
}
</style>
background-color css
<style>
a { background-color: #FE2D5B; }
a { background-color: rgb(254,45,91); }
div.DivClassName
{
background-color: #FE2D5B;
}
.BgClassName
{
background-color: #FE2D5B;
}
</style>
border-color css
<style>
span { border-color: #FE2D5B; }
span { border-color: rgb(254,45,91); }
td.TdClassName
{
border-color: #FE2D5B;
}
.TagClassName
{
border-color: #FE2D5B;
}
</style>