Shades of Magenta #FD09FD
Tints of Magenta #FD09FD
RGB
CMYK
RGB Variations
Color information
#FD09FD (or 0xFD09FD) is known color: Magenta. HEX triplet: FD, 09 and FD. RGB value is (253,9,253). Sum of RGB (Red+Green+Blue) = 253+9+253=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 9 (3.91% from 255 or 1.75% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD09FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD09FD is #02F602. Grayscale: #6D6D6D. Windows color (decimal): -194051 or 16583165. OLE color: 16583165.
HSL color Cylindrical-coordinate representation of color #FD09FD: hue angle of 300º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD09FD is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 9 | 253 | - |
CMYK | 0 | 0.96 | 0 | 0.01 |
HSL | 300º | 0.98% | 0.51% | - |
HSV(B) | 300º | 0.96% | 0.99% | - |
XYZ | 58.34 | 28.17 | 95.29 | - |
YUV | 109.77 | 208.84 | 230.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 9 | 253 | 0 | 0.96 | 0 | 0.01 | 300 | 0.98 | 0.51 |
Hex | FD | 9 | FD | 0 | 60 | 0 | 1 | 12C | 62 | 33 |
Octal | 375 | 11 | 375 | 0 | 140 | 0 | 1 | 454 | 142 | 63 |
Binary | 11111101 | 1001 | 11111101 | 0 | 1100000 | 0 | 1 | 100101100 | 1100010 | 110011 |
Color Harmonies of #FD09FD
Complementary color
Monochromatic Colors of #FD09FD
Black with #FD09FD
Text Example
Text Example
White with #FD09FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD09FD; }
p { color: rgb(253,9,253); }
H1.HeaderClassName
{
color: #FD09FD;
}
.AnyTagClassName
{
color: #FD09FD;
}
</style>
background-color css
<style>
a { background-color: #FD09FD; }
a { background-color: rgb(253,9,253); }
div.DivClassName
{
background-color: #FD09FD;
}
.BgClassName
{
background-color: #FD09FD;
}
</style>
border-color css
<style>
span { border-color: #FD09FD; }
span { border-color: rgb(253,9,253); }
td.TdClassName
{
border-color: #FD09FD;
}
.TagClassName
{
border-color: #FD09FD;
}
</style>