Shades of Hot Magenta #FC18DF
Tints of Hot Magenta #FC18DF
RGB
CMYK
RGB Variations
Color information
#FC18DF (or 0xFC18DF) is known color: Hot Magenta. HEX triplet: FC, 18 and DF. RGB value is (252,24,223). Sum of RGB (Red+Green+Blue) = 252+24+223=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 24 (9.77% from 255 or 4.81% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC18DF is #03E720. Grayscale: #727272. Windows color (decimal): -255777 or 14620924. OLE color: 14620924.
HSL color Cylindrical-coordinate representation of color #FC18DF: hue angle of 307.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC18DF is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 223 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.01 |
| HSL | 307.63º | 0.97% | 0.54% | - |
| HSV(B) | 307.63º | 0.9% | 0.99% | - |
| XYZ | 53.79 | 26.68 | 72.13 | - |
| YUV | 114.86 | 189.04 | 225.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 223 | 0 | 0.90 | 0.12 | 0.01 | 307.63 | 0.97 | 0.54 |
| Hex | FC | 18 | DF | 0 | 5A | C | 1 | 134 | 61 | 36 |
| Octal | 374 | 30 | 337 | 0 | 132 | 14 | 1 | 464 | 141 | 66 |
| Binary | 11111100 | 11000 | 11011111 | 0 | 1011010 | 1100 | 1 | 100110100 | 1100001 | 110110 |
Color Harmonies of #FC18DF
Complementary color
Monochromatic Colors of #FC18DF
Black with #FC18DF
Text Example
Text Example
White with #FC18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC18DF; }
p { color: rgb(252,24,223); }
H1.HeaderClassName
{
color: #FC18DF;
}
.AnyTagClassName
{
color: #FC18DF;
}
</style>
background-color css
<style>
a { background-color: #FC18DF; }
a { background-color: rgb(252,24,223); }
div.DivClassName
{
background-color: #FC18DF;
}
.BgClassName
{
background-color: #FC18DF;
}
</style>
border-color css
<style>
span { border-color: #FC18DF; }
span { border-color: rgb(252,24,223); }
td.TdClassName
{
border-color: #FC18DF;
}
.TagClassName
{
border-color: #FC18DF;
}
</style>