Shades of Magenta #FD18F0
Tints of Magenta #FD18F0
RGB
CMYK
RGB Variations
Color information
#FD18F0 (or 0xFD18F0) is known color: Magenta. HEX triplet: FD, 18 and F0. RGB value is (253,24,240). Sum of RGB (Red+Green+Blue) = 253+24+240=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 24 (9.77% from 255 or 4.64% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD18F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD18F0 is #02E70F. Grayscale: #747474. Windows color (decimal): -190224 or 15735037. OLE color: 15735037.
HSL color Cylindrical-coordinate representation of color #FD18F0: hue angle of 303.41º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD18F0 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 240 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.01 |
| HSL | 303.41º | 0.98% | 0.54% | - |
| HSV(B) | 303.41º | 0.91% | 0.99% | - |
| XYZ | 56.56 | 27.83 | 84.83 | - |
| YUV | 117.1 | 197.37 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 240 | 0 | 0.91 | 0.05 | 0.01 | 303.41 | 0.98 | 0.54 |
| Hex | FD | 18 | F0 | 0 | 5B | 5 | 1 | 12F | 62 | 36 |
| Octal | 375 | 30 | 360 | 0 | 133 | 5 | 1 | 457 | 142 | 66 |
| Binary | 11111101 | 11000 | 11110000 | 0 | 1011011 | 101 | 1 | 100101111 | 1100010 | 110110 |
Color Harmonies of #FD18F0
Complementary color
Monochromatic Colors of #FD18F0
Black with #FD18F0
Text Example
Text Example
White with #FD18F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD18F0; }
p { color: rgb(253,24,240); }
H1.HeaderClassName
{
color: #FD18F0;
}
.AnyTagClassName
{
color: #FD18F0;
}
</style>
background-color css
<style>
a { background-color: #FD18F0; }
a { background-color: rgb(253,24,240); }
div.DivClassName
{
background-color: #FD18F0;
}
.BgClassName
{
background-color: #FD18F0;
}
</style>
border-color css
<style>
span { border-color: #FD18F0; }
span { border-color: rgb(253,24,240); }
td.TdClassName
{
border-color: #FD18F0;
}
.TagClassName
{
border-color: #FD18F0;
}
</style>