Shades of Radical Red #FD1D6D
Tints of Radical Red #FD1D6D
RGB
CMYK
RGB Variations
Color information
#FD1D6D (or 0xFD1D6D) is known color: Radical Red. HEX triplet: FD, 1D and 6D. RGB value is (253,29,109). Sum of RGB (Red+Green+Blue) = 253+29+109=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1D6D is #02E292. Grayscale: #686868. Windows color (decimal): -189075 or 7151101. OLE color: 7151101.
HSL color Cylindrical-coordinate representation of color #FD1D6D: hue angle of 338.57º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1D6D is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 109 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.01 |
| HSL | 338.57º | 0.98% | 0.55% | - |
| HSV(B) | 338.57º | 0.89% | 0.99% | - |
| XYZ | 43.71 | 22.87 | 16.58 | - |
| YUV | 105.1 | 130.21 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 109 | 0 | 0.89 | 0.57 | 0.01 | 338.57 | 0.98 | 0.55 |
| Hex | FD | 1D | 6D | 0 | 59 | 39 | 1 | 153 | 62 | 37 |
| Octal | 375 | 35 | 155 | 0 | 131 | 71 | 1 | 523 | 142 | 67 |
| Binary | 11111101 | 11101 | 1101101 | 0 | 1011001 | 111001 | 1 | 101010011 | 1100010 | 110111 |
Color Harmonies of #FD1D6D
Complementary color
Monochromatic Colors of #FD1D6D
Black with #FD1D6D
Text Example
Text Example
White with #FD1D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D6D; }
p { color: rgb(253,29,109); }
H1.HeaderClassName
{
color: #FD1D6D;
}
.AnyTagClassName
{
color: #FD1D6D;
}
</style>
background-color css
<style>
a { background-color: #FD1D6D; }
a { background-color: rgb(253,29,109); }
div.DivClassName
{
background-color: #FD1D6D;
}
.BgClassName
{
background-color: #FD1D6D;
}
</style>
border-color css
<style>
span { border-color: #FD1D6D; }
span { border-color: rgb(253,29,109); }
td.TdClassName
{
border-color: #FD1D6D;
}
.TagClassName
{
border-color: #FD1D6D;
}
</style>