Shades of Magenta #FD27FD
Tints of Magenta #FD27FD
RGB
CMYK
RGB Variations
Color information
#FD27FD (or 0xFD27FD) is known color: Magenta. HEX triplet: FD, 27 and FD. RGB value is (253,39,253). Sum of RGB (Red+Green+Blue) = 253+39+253=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 39 (15.62% from 255 or 7.16% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD27FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD27FD is #02D802. Grayscale: #7E7E7E. Windows color (decimal): -186371 or 16590845. OLE color: 16590845.
HSL color Cylindrical-coordinate representation of color #FD27FD: hue angle of 300º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD27FD is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 39 | 253 | - |
CMYK | 0 | 0.85 | 0 | 0.01 |
HSL | 300º | 0.98% | 0.57% | - |
HSV(B) | 300º | 0.85% | 0.99% | - |
XYZ | 58.96 | 29.43 | 95.5 | - |
YUV | 127.38 | 198.9 | 217.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 39 | 253 | 0 | 0.85 | 0 | 0.01 | 300 | 0.98 | 0.57 |
Hex | FD | 27 | FD | 0 | 55 | 0 | 1 | 12C | 62 | 39 |
Octal | 375 | 47 | 375 | 0 | 125 | 0 | 1 | 454 | 142 | 71 |
Binary | 11111101 | 100111 | 11111101 | 0 | 1010101 | 0 | 1 | 100101100 | 1100010 | 111001 |
Color Harmonies of #FD27FD
Complementary color
Monochromatic Colors of #FD27FD
Black with #FD27FD
Text Example
Text Example
White with #FD27FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD27FD; }
p { color: rgb(253,39,253); }
H1.HeaderClassName
{
color: #FD27FD;
}
.AnyTagClassName
{
color: #FD27FD;
}
</style>
background-color css
<style>
a { background-color: #FD27FD; }
a { background-color: rgb(253,39,253); }
div.DivClassName
{
background-color: #FD27FD;
}
.BgClassName
{
background-color: #FD27FD;
}
</style>
border-color css
<style>
span { border-color: #FD27FD; }
span { border-color: rgb(253,39,253); }
td.TdClassName
{
border-color: #FD27FD;
}
.TagClassName
{
border-color: #FD27FD;
}
</style>