Shades of Magenta #FD27FF
Tints of Magenta #FD27FF
RGB
CMYK
RGB Variations
Color information
#FD27FF (or 0xFD27FF) is known color: Magenta. HEX triplet: FD, 27 and FF. RGB value is (253,39,255). Sum of RGB (Red+Green+Blue) = 253+39+255=547 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.25% from 547); Green value is 39 (15.62% from 255 or 7.13% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD27FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD27FF is #02D800. Grayscale: #7E7E7E. Windows color (decimal): -186369 or 16721917. OLE color: 16721917.
HSL color Cylindrical-coordinate representation of color #FD27FF: hue angle of 299.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FD27FF is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 39 | 255 | - |
| CMYK | 0.01 | 0.85 | 0 | 0 |
| HSL | 299.44º | 1% | 0.58% | - |
| HSV(B) | 299.44º | 0.85% | 1% | - |
| XYZ | 59.28 | 29.55 | 97.19 | - |
| YUV | 127.61 | 199.9 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 39 | 255 | 0.01 | 0.85 | 0 | 0 | 299.44 | 1 | 0.58 |
| Hex | FD | 27 | FF | 1 | 55 | 0 | 0 | 12B | 64 | 3A |
| Octal | 375 | 47 | 377 | 1 | 125 | 0 | 0 | 453 | 144 | 72 |
| Binary | 11111101 | 100111 | 11111111 | 1 | 1010101 | 0 | 0 | 100101011 | 1100100 | 111010 |
Color Harmonies of #FD27FF
Complementary color
Monochromatic Colors of #FD27FF
Black with #FD27FF
Text Example
Text Example
White with #FD27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD27FF; }
p { color: rgb(253,39,255); }
H1.HeaderClassName
{
color: #FD27FF;
}
.AnyTagClassName
{
color: #FD27FF;
}
</style>
background-color css
<style>
a { background-color: #FD27FF; }
a { background-color: rgb(253,39,255); }
div.DivClassName
{
background-color: #FD27FF;
}
.BgClassName
{
background-color: #FD27FF;
}
</style>
border-color css
<style>
span { border-color: #FD27FF; }
span { border-color: rgb(253,39,255); }
td.TdClassName
{
border-color: #FD27FF;
}
.TagClassName
{
border-color: #FD27FF;
}
</style>