Shades of Radical Red #FD2C5D
Tints of Radical Red #FD2C5D
RGB
CMYK
RGB Variations
Color information
#FD2C5D (or 0xFD2C5D) is known color: Radical Red. HEX triplet: FD, 2C and 5D. RGB value is (253,44,93). Sum of RGB (Red+Green+Blue) = 253+44+93=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 44 (17.58% from 255 or 11.28% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2C5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2C5D is #02D3A2. Grayscale: #707070. Windows color (decimal): -185251 or 6106365. OLE color: 6106365.
HSL color Cylindrical-coordinate representation of color #FD2C5D: hue angle of 345.93º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2C5D is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 44 | 93 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.01 |
| HSL | 345.93º | 0.98% | 0.58% | - |
| HSV(B) | 345.93º | 0.83% | 0.99% | - |
| XYZ | 43.38 | 23.47 | 12.6 | - |
| YUV | 112.08 | 117.24 | 228.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 44 | 93 | 0 | 0.83 | 0.63 | 0.01 | 345.93 | 0.98 | 0.58 |
| Hex | FD | 2C | 5D | 0 | 53 | 3F | 1 | 15A | 62 | 3A |
| Octal | 375 | 54 | 135 | 0 | 123 | 77 | 1 | 532 | 142 | 72 |
| Binary | 11111101 | 101100 | 1011101 | 0 | 1010011 | 111111 | 1 | 101011010 | 1100010 | 111010 |
Color Harmonies of #FD2C5D
Complementary color
Monochromatic Colors of #FD2C5D
Black with #FD2C5D
Text Example
Text Example
White with #FD2C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2C5D; }
p { color: rgb(253,44,93); }
H1.HeaderClassName
{
color: #FD2C5D;
}
.AnyTagClassName
{
color: #FD2C5D;
}
</style>
background-color css
<style>
a { background-color: #FD2C5D; }
a { background-color: rgb(253,44,93); }
div.DivClassName
{
background-color: #FD2C5D;
}
.BgClassName
{
background-color: #FD2C5D;
}
</style>
border-color css
<style>
span { border-color: #FD2C5D; }
span { border-color: rgb(253,44,93); }
td.TdClassName
{
border-color: #FD2C5D;
}
.TagClassName
{
border-color: #FD2C5D;
}
</style>