Shades of Hot Magenta #FD0ADF
Tints of Hot Magenta #FD0ADF
RGB
CMYK
RGB Variations
Color information
#FD0ADF (or 0xFD0ADF) is known color: Hot Magenta. HEX triplet: FD, 0A and DF. RGB value is (253,10,223). Sum of RGB (Red+Green+Blue) = 253+10+223=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 10 (4.30% from 255 or 2.06% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0ADF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD0ADF is #02F520. Grayscale: #6A6A6A. Windows color (decimal): -193825 or 14617341. OLE color: 14617341.
HSL color Cylindrical-coordinate representation of color #FD0ADF: hue angle of 307.41º 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 #FD0ADF is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 223 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.01 |
| HSL | 307.41º | 0.98% | 0.52% | - |
| HSV(B) | 307.41º | 0.96% | 0.99% | - |
| XYZ | 53.94 | 26.43 | 72.07 | - |
| YUV | 106.94 | 193.51 | 232.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 223 | 0 | 0.96 | 0.12 | 0.01 | 307.41 | 0.98 | 0.52 |
| Hex | FD | A | DF | 0 | 60 | C | 1 | 133 | 62 | 34 |
| Octal | 375 | 12 | 337 | 0 | 140 | 14 | 1 | 463 | 142 | 64 |
| Binary | 11111101 | 1010 | 11011111 | 0 | 1100000 | 1100 | 1 | 100110011 | 1100010 | 110100 |
Color Harmonies of #FD0ADF
Complementary color
Monochromatic Colors of #FD0ADF
Black with #FD0ADF
Text Example
Text Example
White with #FD0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0ADF; }
p { color: rgb(253,10,223); }
H1.HeaderClassName
{
color: #FD0ADF;
}
.AnyTagClassName
{
color: #FD0ADF;
}
</style>
background-color css
<style>
a { background-color: #FD0ADF; }
a { background-color: rgb(253,10,223); }
div.DivClassName
{
background-color: #FD0ADF;
}
.BgClassName
{
background-color: #FD0ADF;
}
</style>
border-color css
<style>
span { border-color: #FD0ADF; }
span { border-color: rgb(253,10,223); }
td.TdClassName
{
border-color: #FD0ADF;
}
.TagClassName
{
border-color: #FD0ADF;
}
</style>