Shades of Hot Magenta #FD18DF
Tints of Hot Magenta #FD18DF
RGB
CMYK
RGB Variations
Color information
#FD18DF (or 0xFD18DF) is known color: Hot Magenta. HEX triplet: FD, 18 and DF. RGB value is (253,24,223). Sum of RGB (Red+Green+Blue) = 253+24+223=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 24 (9.77% from 255 or 4.8% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD18DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD18DF is #02E720. Grayscale: #727272. Windows color (decimal): -190241 or 14620925. OLE color: 14620925.
HSL color Cylindrical-coordinate representation of color #FD18DF: hue angle of 307.86º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD18DF is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 223 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.01 |
| HSL | 307.86º | 0.98% | 0.54% | - |
| HSV(B) | 307.86º | 0.91% | 0.99% | - |
| XYZ | 54.15 | 26.86 | 72.14 | - |
| YUV | 115.16 | 188.87 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 223 | 0 | 0.91 | 0.12 | 0.01 | 307.86 | 0.98 | 0.54 |
| Hex | FD | 18 | DF | 0 | 5B | C | 1 | 134 | 62 | 36 |
| Octal | 375 | 30 | 337 | 0 | 133 | 14 | 1 | 464 | 142 | 66 |
| Binary | 11111101 | 11000 | 11011111 | 0 | 1011011 | 1100 | 1 | 100110100 | 1100010 | 110110 |
Color Harmonies of #FD18DF
Complementary color
Monochromatic Colors of #FD18DF
Black with #FD18DF
Text Example
Text Example
White with #FD18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD18DF; }
p { color: rgb(253,24,223); }
H1.HeaderClassName
{
color: #FD18DF;
}
.AnyTagClassName
{
color: #FD18DF;
}
</style>
background-color css
<style>
a { background-color: #FD18DF; }
a { background-color: rgb(253,24,223); }
div.DivClassName
{
background-color: #FD18DF;
}
.BgClassName
{
background-color: #FD18DF;
}
</style>
border-color css
<style>
span { border-color: #FD18DF; }
span { border-color: rgb(253,24,223); }
td.TdClassName
{
border-color: #FD18DF;
}
.TagClassName
{
border-color: #FD18DF;
}
</style>