Shades of Radical Red #FD2D73
Tints of Radical Red #FD2D73
RGB
CMYK
RGB Variations
Color information
#FD2D73 (or 0xFD2D73) is known color: Radical Red. HEX triplet: FD, 2D and 73. RGB value is (253,45,115). Sum of RGB (Red+Green+Blue) = 253+45+115=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2D73 is #02D28C. Grayscale: #737373. Windows color (decimal): -184973 or 7548413. OLE color: 7548413.
HSL color Cylindrical-coordinate representation of color #FD2D73: hue angle of 339.81º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2D73 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 115 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.01 |
| HSL | 339.81º | 0.98% | 0.58% | - |
| HSV(B) | 339.81º | 0.82% | 0.99% | - |
| XYZ | 44.54 | 24 | 18.5 | - |
| YUV | 115.17 | 127.91 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 115 | 0 | 0.82 | 0.55 | 0.01 | 339.81 | 0.98 | 0.58 |
| Hex | FD | 2D | 73 | 0 | 52 | 37 | 1 | 154 | 62 | 3A |
| Octal | 375 | 55 | 163 | 0 | 122 | 67 | 1 | 524 | 142 | 72 |
| Binary | 11111101 | 101101 | 1110011 | 0 | 1010010 | 110111 | 1 | 101010100 | 1100010 | 111010 |
Color Harmonies of #FD2D73
Complementary color
Monochromatic Colors of #FD2D73
Black with #FD2D73
Text Example
Text Example
White with #FD2D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D73; }
p { color: rgb(253,45,115); }
H1.HeaderClassName
{
color: #FD2D73;
}
.AnyTagClassName
{
color: #FD2D73;
}
</style>
background-color css
<style>
a { background-color: #FD2D73; }
a { background-color: rgb(253,45,115); }
div.DivClassName
{
background-color: #FD2D73;
}
.BgClassName
{
background-color: #FD2D73;
}
</style>
border-color css
<style>
span { border-color: #FD2D73; }
span { border-color: rgb(253,45,115); }
td.TdClassName
{
border-color: #FD2D73;
}
.TagClassName
{
border-color: #FD2D73;
}
</style>