Shades of Radical Red #FF2D73
Tints of Radical Red #FF2D73
RGB
CMYK
RGB Variations
Color information
#FF2D73 (or 0xFF2D73) is known color: Radical Red. HEX triplet: FF, 2D and 73. RGB value is (255,45,115). Sum of RGB (Red+Green+Blue) = 255+45+115=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D73 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2D73 is #00D28C. Grayscale: #737373. Windows color (decimal): -53901 or 7548415. OLE color: 7548415.
HSL color Cylindrical-coordinate representation of color #FF2D73: hue angle of 340º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2D73 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 115 | - |
| CMYK | 0 | 0.82 | 0.55 | 0 |
| HSL | 340º | 1% | 0.59% | - |
| HSV(B) | 340º | 0.82% | 1% | - |
| XYZ | 45.27 | 24.37 | 18.54 | - |
| YUV | 115.77 | 127.57 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 115 | 0 | 0.82 | 0.55 | 0 | 340 | 1 | 0.59 |
| Hex | FF | 2D | 73 | 0 | 52 | 37 | 0 | 154 | 64 | 3B |
| Octal | 377 | 55 | 163 | 0 | 122 | 67 | 0 | 524 | 144 | 73 |
| Binary | 11111111 | 101101 | 1110011 | 0 | 1010010 | 110111 | 0 | 101010100 | 1100100 | 111011 |
Color Harmonies of #FF2D73
Complementary color
Monochromatic Colors of #FF2D73
Black with #FF2D73
Text Example
Text Example
White with #FF2D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D73; }
p { color: rgb(255,45,115); }
H1.HeaderClassName
{
color: #FF2D73;
}
.AnyTagClassName
{
color: #FF2D73;
}
</style>
background-color css
<style>
a { background-color: #FF2D73; }
a { background-color: rgb(255,45,115); }
div.DivClassName
{
background-color: #FF2D73;
}
.BgClassName
{
background-color: #FF2D73;
}
</style>
border-color css
<style>
span { border-color: #FF2D73; }
span { border-color: rgb(255,45,115); }
td.TdClassName
{
border-color: #FF2D73;
}
.TagClassName
{
border-color: #FF2D73;
}
</style>