Shades of Radical Red #FD1D6C
Tints of Radical Red #FD1D6C
RGB
CMYK
RGB Variations
Color information
#FD1D6C (or 0xFD1D6C) is known color: Radical Red. HEX triplet: FD, 1D and 6C. RGB value is (253,29,108). Sum of RGB (Red+Green+Blue) = 253+29+108=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1D6C is #02E293. Grayscale: #686868. Windows color (decimal): -189076 or 7085565. OLE color: 7085565.
HSL color Cylindrical-coordinate representation of color #FD1D6C: hue angle of 338.84º 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 #FD1D6C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 108 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.01 |
| HSL | 338.84º | 0.98% | 0.55% | - |
| HSV(B) | 338.84º | 0.89% | 0.99% | - |
| XYZ | 43.65 | 22.84 | 16.3 | - |
| YUV | 104.98 | 129.71 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 108 | 0 | 0.89 | 0.57 | 0.01 | 338.84 | 0.98 | 0.55 |
| Hex | FD | 1D | 6C | 0 | 59 | 39 | 1 | 153 | 62 | 37 |
| Octal | 375 | 35 | 154 | 0 | 131 | 71 | 1 | 523 | 142 | 67 |
| Binary | 11111101 | 11101 | 1101100 | 0 | 1011001 | 111001 | 1 | 101010011 | 1100010 | 110111 |
Color Harmonies of #FD1D6C
Complementary color
Monochromatic Colors of #FD1D6C
Black with #FD1D6C
Text Example
Text Example
White with #FD1D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D6C; }
p { color: rgb(253,29,108); }
H1.HeaderClassName
{
color: #FD1D6C;
}
.AnyTagClassName
{
color: #FD1D6C;
}
</style>
background-color css
<style>
a { background-color: #FD1D6C; }
a { background-color: rgb(253,29,108); }
div.DivClassName
{
background-color: #FD1D6C;
}
.BgClassName
{
background-color: #FD1D6C;
}
</style>
border-color css
<style>
span { border-color: #FD1D6C; }
span { border-color: rgb(253,29,108); }
td.TdClassName
{
border-color: #FD1D6C;
}
.TagClassName
{
border-color: #FD1D6C;
}
</style>