Shades of Magenta #FF18FE
Tints of Magenta #FF18FE
RGB
CMYK
RGB Variations
Color information
#FF18FE (or 0xFF18FE) is known color: Magenta. HEX triplet: FF, 18 and FE. RGB value is (255,24,254). Sum of RGB (Red+Green+Blue) = 255+24+254=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 24 (9.77% from 255 or 4.50% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FF18FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF18FE is #00E701. Grayscale: #767676. Windows color (decimal): -59138 or 16652543. OLE color: 16652543.
HSL color Cylindrical-coordinate representation of color #FF18FE: hue angle of 300.26º 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 #FF18FE is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 254 | - |
| CMYK | 0 | 0.91 | 0.00 | 0 |
| HSL | 300.26º | 1% | 0.55% | - |
| HSV(B) | 300.26º | 0.91% | 1% | - |
| XYZ | 59.46 | 29.07 | 96.24 | - |
| YUV | 119.29 | 204.03 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 254 | 0 | 0.91 | 0.00 | 0 | 300.26 | 1 | 0.55 |
| Hex | FF | 18 | FE | 0 | 5B | 0 | 0 | 12C | 64 | 37 |
| Octal | 377 | 30 | 376 | 0 | 133 | 0 | 0 | 454 | 144 | 67 |
| Binary | 11111111 | 11000 | 11111110 | 0 | 1011011 | 0 | 0 | 100101100 | 1100100 | 110111 |
Color Harmonies of #FF18FE
Complementary color
Monochromatic Colors of #FF18FE
Black with #FF18FE
Text Example
Text Example
White with #FF18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF18FE; }
p { color: rgb(255,24,254); }
H1.HeaderClassName
{
color: #FF18FE;
}
.AnyTagClassName
{
color: #FF18FE;
}
</style>
background-color css
<style>
a { background-color: #FF18FE; }
a { background-color: rgb(255,24,254); }
div.DivClassName
{
background-color: #FF18FE;
}
.BgClassName
{
background-color: #FF18FE;
}
</style>
border-color css
<style>
span { border-color: #FF18FE; }
span { border-color: rgb(255,24,254); }
td.TdClassName
{
border-color: #FF18FE;
}
.TagClassName
{
border-color: #FF18FE;
}
</style>