Shades of Radical Red #FD2873
Tints of Radical Red #FD2873
RGB
CMYK
RGB Variations
Color information
#FD2873 (or 0xFD2873) is known color: Radical Red. HEX triplet: FD, 28 and 73. RGB value is (253,40,115). Sum of RGB (Red+Green+Blue) = 253+40+115=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 115 (45.31% from 255 or 28.19% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2873 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2873 is #02D78C. Grayscale: #707070. Windows color (decimal): -186253 or 7547133. OLE color: 7547133.
HSL color Cylindrical-coordinate representation of color #FD2873: hue angle of 338.87º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2873 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 115 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.01 |
| HSL | 338.87º | 0.98% | 0.57% | - |
| HSV(B) | 338.87º | 0.84% | 0.99% | - |
| XYZ | 44.36 | 23.64 | 18.44 | - |
| YUV | 112.24 | 129.57 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 115 | 0 | 0.84 | 0.55 | 0.01 | 338.87 | 0.98 | 0.57 |
| Hex | FD | 28 | 73 | 0 | 54 | 37 | 1 | 153 | 62 | 39 |
| Octal | 375 | 50 | 163 | 0 | 124 | 67 | 1 | 523 | 142 | 71 |
| Binary | 11111101 | 101000 | 1110011 | 0 | 1010100 | 110111 | 1 | 101010011 | 1100010 | 111001 |
Color Harmonies of #FD2873
Complementary color
Monochromatic Colors of #FD2873
Black with #FD2873
Text Example
Text Example
White with #FD2873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2873; }
p { color: rgb(253,40,115); }
H1.HeaderClassName
{
color: #FD2873;
}
.AnyTagClassName
{
color: #FD2873;
}
</style>
background-color css
<style>
a { background-color: #FD2873; }
a { background-color: rgb(253,40,115); }
div.DivClassName
{
background-color: #FD2873;
}
.BgClassName
{
background-color: #FD2873;
}
</style>
border-color css
<style>
span { border-color: #FD2873; }
span { border-color: rgb(253,40,115); }
td.TdClassName
{
border-color: #FD2873;
}
.TagClassName
{
border-color: #FD2873;
}
</style>