Shades of Radical Red #FD2472
Tints of Radical Red #FD2472
RGB
CMYK
RGB Variations
Color information
#FD2472 (or 0xFD2472) is known color: Radical Red. HEX triplet: FD, 24 and 72. RGB value is (253,36,114). Sum of RGB (Red+Green+Blue) = 253+36+114=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2472 is #02DB8D. Grayscale: #6D6D6D. Windows color (decimal): -187278 or 7480573. OLE color: 7480573.
HSL color Cylindrical-coordinate representation of color #FD2472: hue angle of 338.43º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FD2472 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 114 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.01 |
| HSL | 338.43º | 0.98% | 0.57% | - |
| HSV(B) | 338.43º | 0.86% | 0.99% | - |
| XYZ | 44.18 | 23.36 | 18.1 | - |
| YUV | 109.78 | 130.39 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 114 | 0 | 0.86 | 0.55 | 0.01 | 338.43 | 0.98 | 0.57 |
| Hex | FD | 24 | 72 | 0 | 56 | 37 | 1 | 152 | 62 | 39 |
| Octal | 375 | 44 | 162 | 0 | 126 | 67 | 1 | 522 | 142 | 71 |
| Binary | 11111101 | 100100 | 1110010 | 0 | 1010110 | 110111 | 1 | 101010010 | 1100010 | 111001 |
Color Harmonies of #FD2472
Complementary color
Monochromatic Colors of #FD2472
Black with #FD2472
Text Example
Text Example
White with #FD2472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2472; }
p { color: rgb(253,36,114); }
H1.HeaderClassName
{
color: #FD2472;
}
.AnyTagClassName
{
color: #FD2472;
}
</style>
background-color css
<style>
a { background-color: #FD2472; }
a { background-color: rgb(253,36,114); }
div.DivClassName
{
background-color: #FD2472;
}
.BgClassName
{
background-color: #FD2472;
}
</style>
border-color css
<style>
span { border-color: #FD2472; }
span { border-color: rgb(253,36,114); }
td.TdClassName
{
border-color: #FD2472;
}
.TagClassName
{
border-color: #FD2472;
}
</style>