Shades of Hot Magenta #FD0CDF
Tints of Hot Magenta #FD0CDF
RGB
CMYK
RGB Variations
Color information
#FD0CDF (or 0xFD0CDF) is known color: Hot Magenta. HEX triplet: FD, 0C and DF. RGB value is (253,12,223). Sum of RGB (Red+Green+Blue) = 253+12+223=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 12 (5.08% from 255 or 2.46% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0CDF is #02F320. Grayscale: #6B6B6B. Windows color (decimal): -193313 or 14617853. OLE color: 14617853.
HSL color Cylindrical-coordinate representation of color #FD0CDF: hue angle of 307.47º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0CDF is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 12 | 223 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.01 |
| HSL | 307.47º | 0.98% | 0.52% | - |
| HSV(B) | 307.47º | 0.95% | 0.99% | - |
| XYZ | 53.96 | 26.47 | 72.08 | - |
| YUV | 108.11 | 192.84 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 12 | 223 | 0 | 0.95 | 0.12 | 0.01 | 307.47 | 0.98 | 0.52 |
| Hex | FD | C | DF | 0 | 5F | C | 1 | 133 | 62 | 34 |
| Octal | 375 | 14 | 337 | 0 | 137 | 14 | 1 | 463 | 142 | 64 |
| Binary | 11111101 | 1100 | 11011111 | 0 | 1011111 | 1100 | 1 | 100110011 | 1100010 | 110100 |
Color Harmonies of #FD0CDF
Complementary color
Monochromatic Colors of #FD0CDF
Black with #FD0CDF
Text Example
Text Example
White with #FD0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0CDF; }
p { color: rgb(253,12,223); }
H1.HeaderClassName
{
color: #FD0CDF;
}
.AnyTagClassName
{
color: #FD0CDF;
}
</style>
background-color css
<style>
a { background-color: #FD0CDF; }
a { background-color: rgb(253,12,223); }
div.DivClassName
{
background-color: #FD0CDF;
}
.BgClassName
{
background-color: #FD0CDF;
}
</style>
border-color css
<style>
span { border-color: #FD0CDF; }
span { border-color: rgb(253,12,223); }
td.TdClassName
{
border-color: #FD0CDF;
}
.TagClassName
{
border-color: #FD0CDF;
}
</style>