Shades of Radical Red #FD2572
Tints of Radical Red #FD2572
RGB
CMYK
RGB Variations
Color information
#FD2572 (or 0xFD2572) is known color: Radical Red. HEX triplet: FD, 25 and 72. RGB value is (253,37,114). Sum of RGB (Red+Green+Blue) = 253+37+114=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2572 is #02DA8D. Grayscale: #6E6E6E. Windows color (decimal): -187022 or 7480829. OLE color: 7480829.
HSL color Cylindrical-coordinate representation of color #FD2572: hue angle of 338.61º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD2572 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 37 | 114 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.01 |
| HSL | 338.61º | 0.98% | 0.57% | - |
| HSV(B) | 338.61º | 0.85% | 0.99% | - |
| XYZ | 44.21 | 23.42 | 18.11 | - |
| YUV | 110.36 | 130.06 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 37 | 114 | 0 | 0.85 | 0.55 | 0.01 | 338.61 | 0.98 | 0.57 |
| Hex | FD | 25 | 72 | 0 | 55 | 37 | 1 | 153 | 62 | 39 |
| Octal | 375 | 45 | 162 | 0 | 125 | 67 | 1 | 523 | 142 | 71 |
| Binary | 11111101 | 100101 | 1110010 | 0 | 1010101 | 110111 | 1 | 101010011 | 1100010 | 111001 |
Color Harmonies of #FD2572
Complementary color
Monochromatic Colors of #FD2572
Black with #FD2572
Text Example
Text Example
White with #FD2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2572; }
p { color: rgb(253,37,114); }
H1.HeaderClassName
{
color: #FD2572;
}
.AnyTagClassName
{
color: #FD2572;
}
</style>
background-color css
<style>
a { background-color: #FD2572; }
a { background-color: rgb(253,37,114); }
div.DivClassName
{
background-color: #FD2572;
}
.BgClassName
{
background-color: #FD2572;
}
</style>
border-color css
<style>
span { border-color: #FD2572; }
span { border-color: rgb(253,37,114); }
td.TdClassName
{
border-color: #FD2572;
}
.TagClassName
{
border-color: #FD2572;
}
</style>