Shades of Hot Magenta #FD0ADC
Tints of Hot Magenta #FD0ADC
RGB
CMYK
RGB Variations
Color information
#FD0ADC (or 0xFD0ADC) is known color: Hot Magenta. HEX triplet: FD, 0A and DC. RGB value is (253,10,220). Sum of RGB (Red+Green+Blue) = 253+10+220=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 10 (4.30% from 255 or 2.07% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0ADC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0ADC is #02F523. Grayscale: #6A6A6A. Windows color (decimal): -193828 or 14420733. OLE color: 14420733.
HSL color Cylindrical-coordinate representation of color #FD0ADC: hue angle of 308.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0ADC is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 220 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.01 |
| HSL | 308.15º | 0.98% | 0.52% | - |
| HSV(B) | 308.15º | 0.96% | 0.99% | - |
| XYZ | 53.53 | 26.27 | 69.96 | - |
| YUV | 106.6 | 192.01 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 220 | 0 | 0.96 | 0.13 | 0.01 | 308.15 | 0.98 | 0.52 |
| Hex | FD | A | DC | 0 | 60 | D | 1 | 134 | 62 | 34 |
| Octal | 375 | 12 | 334 | 0 | 140 | 15 | 1 | 464 | 142 | 64 |
| Binary | 11111101 | 1010 | 11011100 | 0 | 1100000 | 1101 | 1 | 100110100 | 1100010 | 110100 |
Color Harmonies of #FD0ADC
Complementary color
Monochromatic Colors of #FD0ADC
Black with #FD0ADC
Text Example
Text Example
White with #FD0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0ADC; }
p { color: rgb(253,10,220); }
H1.HeaderClassName
{
color: #FD0ADC;
}
.AnyTagClassName
{
color: #FD0ADC;
}
</style>
background-color css
<style>
a { background-color: #FD0ADC; }
a { background-color: rgb(253,10,220); }
div.DivClassName
{
background-color: #FD0ADC;
}
.BgClassName
{
background-color: #FD0ADC;
}
</style>
border-color css
<style>
span { border-color: #FD0ADC; }
span { border-color: rgb(253,10,220); }
td.TdClassName
{
border-color: #FD0ADC;
}
.TagClassName
{
border-color: #FD0ADC;
}
</style>