Shades of Radical Red #FD2E5B
Tints of Radical Red #FD2E5B
RGB
CMYK
RGB Variations
Color information
#FD2E5B (or 0xFD2E5B) is known color: Radical Red. HEX triplet: FD, 2E and 5B. RGB value is (253,46,91). Sum of RGB (Red+Green+Blue) = 253+46+91=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E5B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2E5B is #02D1A4. Grayscale: #717171. Windows color (decimal): -184741 or 5975805. OLE color: 5975805.
HSL color Cylindrical-coordinate representation of color #FD2E5B: hue angle of 346.96º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2E5B is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 91 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.01 |
| HSL | 346.96º | 0.98% | 0.59% | - |
| HSV(B) | 346.96º | 0.82% | 0.99% | - |
| XYZ | 43.37 | 23.59 | 12.17 | - |
| YUV | 113.02 | 115.58 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 91 | 0 | 0.82 | 0.64 | 0.01 | 346.96 | 0.98 | 0.59 |
| Hex | FD | 2E | 5B | 0 | 52 | 40 | 1 | 15B | 62 | 3B |
| Octal | 375 | 56 | 133 | 0 | 122 | 100 | 1 | 533 | 142 | 73 |
| Binary | 11111101 | 101110 | 1011011 | 0 | 1010010 | 1000000 | 1 | 101011011 | 1100010 | 111011 |
Color Harmonies of #FD2E5B
Complementary color
Monochromatic Colors of #FD2E5B
Black with #FD2E5B
Text Example
Text Example
White with #FD2E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2E5B; }
p { color: rgb(253,46,91); }
H1.HeaderClassName
{
color: #FD2E5B;
}
.AnyTagClassName
{
color: #FD2E5B;
}
</style>
background-color css
<style>
a { background-color: #FD2E5B; }
a { background-color: rgb(253,46,91); }
div.DivClassName
{
background-color: #FD2E5B;
}
.BgClassName
{
background-color: #FD2E5B;
}
</style>
border-color css
<style>
span { border-color: #FD2E5B; }
span { border-color: rgb(253,46,91); }
td.TdClassName
{
border-color: #FD2E5B;
}
.TagClassName
{
border-color: #FD2E5B;
}
</style>