Shades of Radical Red #FD1E6C
Tints of Radical Red #FD1E6C
RGB
CMYK
RGB Variations
Color information
#FD1E6C (or 0xFD1E6C) is known color: Radical Red. HEX triplet: FD, 1E and 6C. RGB value is (253,30,108). Sum of RGB (Red+Green+Blue) = 253+30+108=391 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.71% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1E6C is #02E193. Grayscale: #696969. Windows color (decimal): -188820 or 7085821. OLE color: 7085821.
HSL color Cylindrical-coordinate representation of color #FD1E6C: hue angle of 339.01º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1E6C is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 30 | 108 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.01 |
| HSL | 339.01º | 0.98% | 0.55% | - |
| HSV(B) | 339.01º | 0.88% | 0.99% | - |
| XYZ | 43.68 | 22.89 | 16.3 | - |
| YUV | 105.57 | 129.38 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 30 | 108 | 0 | 0.88 | 0.57 | 0.01 | 339.01 | 0.98 | 0.55 |
| Hex | FD | 1E | 6C | 0 | 58 | 39 | 1 | 153 | 62 | 37 |
| Octal | 375 | 36 | 154 | 0 | 130 | 71 | 1 | 523 | 142 | 67 |
| Binary | 11111101 | 11110 | 1101100 | 0 | 1011000 | 111001 | 1 | 101010011 | 1100010 | 110111 |
Color Harmonies of #FD1E6C
Complementary color
Monochromatic Colors of #FD1E6C
Black with #FD1E6C
Text Example
Text Example
White with #FD1E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1E6C; }
p { color: rgb(253,30,108); }
H1.HeaderClassName
{
color: #FD1E6C;
}
.AnyTagClassName
{
color: #FD1E6C;
}
</style>
background-color css
<style>
a { background-color: #FD1E6C; }
a { background-color: rgb(253,30,108); }
div.DivClassName
{
background-color: #FD1E6C;
}
.BgClassName
{
background-color: #FD1E6C;
}
</style>
border-color css
<style>
span { border-color: #FD1E6C; }
span { border-color: rgb(253,30,108); }
td.TdClassName
{
border-color: #FD1E6C;
}
.TagClassName
{
border-color: #FD1E6C;
}
</style>