Shades of Radical Red #FD2A5E
Tints of Radical Red #FD2A5E
RGB
CMYK
RGB Variations
Color information
#FD2A5E (or 0xFD2A5E) is known color: Radical Red. HEX triplet: FD, 2A and 5E. RGB value is (253,42,94). Sum of RGB (Red+Green+Blue) = 253+42+94=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2A5E is #02D5A1. Grayscale: #6F6F6F. Windows color (decimal): -185762 or 6171389. OLE color: 6171389.
HSL color Cylindrical-coordinate representation of color #FD2A5E: hue angle of 345.21º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2A5E is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 94 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.01 |
| HSL | 345.21º | 0.98% | 0.58% | - |
| HSV(B) | 345.21º | 0.83% | 0.99% | - |
| XYZ | 43.36 | 23.35 | 12.81 | - |
| YUV | 111.02 | 118.4 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 94 | 0 | 0.83 | 0.63 | 0.01 | 345.21 | 0.98 | 0.58 |
| Hex | FD | 2A | 5E | 0 | 53 | 3F | 1 | 159 | 62 | 3A |
| Octal | 375 | 52 | 136 | 0 | 123 | 77 | 1 | 531 | 142 | 72 |
| Binary | 11111101 | 101010 | 1011110 | 0 | 1010011 | 111111 | 1 | 101011001 | 1100010 | 111010 |
Color Harmonies of #FD2A5E
Complementary color
Monochromatic Colors of #FD2A5E
Black with #FD2A5E
Text Example
Text Example
White with #FD2A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2A5E; }
p { color: rgb(253,42,94); }
H1.HeaderClassName
{
color: #FD2A5E;
}
.AnyTagClassName
{
color: #FD2A5E;
}
</style>
background-color css
<style>
a { background-color: #FD2A5E; }
a { background-color: rgb(253,42,94); }
div.DivClassName
{
background-color: #FD2A5E;
}
.BgClassName
{
background-color: #FD2A5E;
}
</style>
border-color css
<style>
span { border-color: #FD2A5E; }
span { border-color: rgb(253,42,94); }
td.TdClassName
{
border-color: #FD2A5E;
}
.TagClassName
{
border-color: #FD2A5E;
}
</style>