Shades of Hot Magenta #FF18DE
Tints of Hot Magenta #FF18DE
RGB
CMYK
RGB Variations
Color information
#FF18DE (or 0xFF18DE) is known color: Hot Magenta. HEX triplet: FF, 18 and DE. RGB value is (255,24,222). Sum of RGB (Red+Green+Blue) = 255+24+222=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 24 (9.77% from 255 or 4.79% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF18DE is #00E721. Grayscale: #737373. Windows color (decimal): -59170 or 14555391. OLE color: 14555391.
HSL color Cylindrical-coordinate representation of color #FF18DE: hue angle of 308.57º 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 #FF18DE is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 222 | - |
| CMYK | 0 | 0.91 | 0.13 | 0 |
| HSL | 308.57º | 1% | 0.55% | - |
| HSV(B) | 308.57º | 0.91% | 1% | - |
| XYZ | 54.75 | 27.19 | 71.47 | - |
| YUV | 115.64 | 188.03 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 222 | 0 | 0.91 | 0.13 | 0 | 308.57 | 1 | 0.55 |
| Hex | FF | 18 | DE | 0 | 5B | D | 0 | 135 | 64 | 37 |
| Octal | 377 | 30 | 336 | 0 | 133 | 15 | 0 | 465 | 144 | 67 |
| Binary | 11111111 | 11000 | 11011110 | 0 | 1011011 | 1101 | 0 | 100110101 | 1100100 | 110111 |
Color Harmonies of #FF18DE
Complementary color
Monochromatic Colors of #FF18DE
Black with #FF18DE
Text Example
Text Example
White with #FF18DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18DE; }
p { color: rgb(255,24,222); }
H1.HeaderClassName
{
color: #FF18DE;
}
.AnyTagClassName
{
color: #FF18DE;
}
</style>
background-color css
<style>
a { background-color: #FF18DE; }
a { background-color: rgb(255,24,222); }
div.DivClassName
{
background-color: #FF18DE;
}
.BgClassName
{
background-color: #FF18DE;
}
</style>
border-color css
<style>
span { border-color: #FF18DE; }
span { border-color: rgb(255,24,222); }
td.TdClassName
{
border-color: #FF18DE;
}
.TagClassName
{
border-color: #FF18DE;
}
</style>