Shades of Hot Magenta #FF18DF
Tints of Hot Magenta #FF18DF
RGB
CMYK
RGB Variations
Color information
#FF18DF (or 0xFF18DF) is known color: Hot Magenta. HEX triplet: FF, 18 and DF. RGB value is (255,24,223). Sum of RGB (Red+Green+Blue) = 255+24+223=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 24 (9.77% from 255 or 4.78% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF18DF is #00E720. Grayscale: #737373. Windows color (decimal): -59169 or 14620927. OLE color: 14620927.
HSL color Cylindrical-coordinate representation of color #FF18DF: hue angle of 308.31º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF18DF is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 223 | - |
| CMYK | 0 | 0.91 | 0.13 | 0 |
| HSL | 308.31º | 1% | 0.55% | - |
| HSV(B) | 308.31º | 0.91% | 1% | - |
| XYZ | 54.89 | 27.24 | 72.18 | - |
| YUV | 115.76 | 188.53 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 223 | 0 | 0.91 | 0.13 | 0 | 308.31 | 1 | 0.55 |
| Hex | FF | 18 | DF | 0 | 5B | D | 0 | 134 | 64 | 37 |
| Octal | 377 | 30 | 337 | 0 | 133 | 15 | 0 | 464 | 144 | 67 |
| Binary | 11111111 | 11000 | 11011111 | 0 | 1011011 | 1101 | 0 | 100110100 | 1100100 | 110111 |
Color Harmonies of #FF18DF
Complementary color
Monochromatic Colors of #FF18DF
Black with #FF18DF
Text Example
Text Example
White with #FF18DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18DF; }
p { color: rgb(255,24,223); }
H1.HeaderClassName
{
color: #FF18DF;
}
.AnyTagClassName
{
color: #FF18DF;
}
</style>
background-color css
<style>
a { background-color: #FF18DF; }
a { background-color: rgb(255,24,223); }
div.DivClassName
{
background-color: #FF18DF;
}
.BgClassName
{
background-color: #FF18DF;
}
</style>
border-color css
<style>
span { border-color: #FF18DF; }
span { border-color: rgb(255,24,223); }
td.TdClassName
{
border-color: #FF18DF;
}
.TagClassName
{
border-color: #FF18DF;
}
</style>