Shades of Magenta #FD18FE
Tints of Magenta #FD18FE
RGB
CMYK
RGB Variations
Color information
#FD18FE (or 0xFD18FE) is known color: Magenta. HEX triplet: FD, 18 and FE. RGB value is (253,24,254). Sum of RGB (Red+Green+Blue) = 253+24+254=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 24 (9.77% from 255 or 4.52% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #FD18FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD18FE is #02E701. Grayscale: #757575. Windows color (decimal): -190210 or 16652541. OLE color: 16652541.
HSL color Cylindrical-coordinate representation of color #FD18FE: hue angle of 299.74º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD18FE is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 24 | 254 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.00 |
| HSL | 299.74º | 0.99% | 0.55% | - |
| HSV(B) | 299.74º | 0.91% | 1% | - |
| XYZ | 58.72 | 28.69 | 96.21 | - |
| YUV | 118.69 | 204.37 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 254 | 0.00 | 0.91 | 0 | 0.00 | 299.74 | 0.99 | 0.55 |
| Hex | FD | 18 | FE | 0 | 5B | 0 | 0 | 12C | 63 | 37 |
| Octal | 375 | 30 | 376 | 0 | 133 | 0 | 0 | 454 | 143 | 67 |
| Binary | 11111101 | 11000 | 11111110 | 0 | 1011011 | 0 | 0 | 100101100 | 1100011 | 110111 |
Color Harmonies of #FD18FE
Complementary color
Monochromatic Colors of #FD18FE
Black with #FD18FE
Text Example
Text Example
White with #FD18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD18FE; }
p { color: rgb(253,24,254); }
H1.HeaderClassName
{
color: #FD18FE;
}
.AnyTagClassName
{
color: #FD18FE;
}
</style>
background-color css
<style>
a { background-color: #FD18FE; }
a { background-color: rgb(253,24,254); }
div.DivClassName
{
background-color: #FD18FE;
}
.BgClassName
{
background-color: #FD18FE;
}
</style>
border-color css
<style>
span { border-color: #FD18FE; }
span { border-color: rgb(253,24,254); }
td.TdClassName
{
border-color: #FD18FE;
}
.TagClassName
{
border-color: #FD18FE;
}
</style>