Shades of Radical Red #FD1C6C
Tints of Radical Red #FD1C6C
RGB
CMYK
RGB Variations
Color information
#FD1C6C (or 0xFD1C6C) is known color: Radical Red. HEX triplet: FD, 1C and 6C. RGB value is (253,28,108). Sum of RGB (Red+Green+Blue) = 253+28+108=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1C6C is #02E393. Grayscale: #686868. Windows color (decimal): -189332 or 7085309. OLE color: 7085309.
HSL color Cylindrical-coordinate representation of color #FD1C6C: hue angle of 338.67º 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 #FD1C6C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 28 | 108 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.01 |
| HSL | 338.67º | 0.98% | 0.55% | - |
| HSV(B) | 338.67º | 0.89% | 0.99% | - |
| XYZ | 43.63 | 22.8 | 16.29 | - |
| YUV | 104.4 | 130.04 | 234 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 28 | 108 | 0 | 0.89 | 0.57 | 0.01 | 338.67 | 0.98 | 0.55 |
| Hex | FD | 1C | 6C | 0 | 59 | 39 | 1 | 153 | 62 | 37 |
| Octal | 375 | 34 | 154 | 0 | 131 | 71 | 1 | 523 | 142 | 67 |
| Binary | 11111101 | 11100 | 1101100 | 0 | 1011001 | 111001 | 1 | 101010011 | 1100010 | 110111 |
Color Harmonies of #FD1C6C
Complementary color
Monochromatic Colors of #FD1C6C
Black with #FD1C6C
Text Example
Text Example
White with #FD1C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1C6C; }
p { color: rgb(253,28,108); }
H1.HeaderClassName
{
color: #FD1C6C;
}
.AnyTagClassName
{
color: #FD1C6C;
}
</style>
background-color css
<style>
a { background-color: #FD1C6C; }
a { background-color: rgb(253,28,108); }
div.DivClassName
{
background-color: #FD1C6C;
}
.BgClassName
{
background-color: #FD1C6C;
}
</style>
border-color css
<style>
span { border-color: #FD1C6C; }
span { border-color: rgb(253,28,108); }
td.TdClassName
{
border-color: #FD1C6C;
}
.TagClassName
{
border-color: #FD1C6C;
}
</style>