Shades of Magenta #FD19FF
Tints of Magenta #FD19FF
RGB
CMYK
RGB Variations
Color information
#FD19FF (or 0xFD19FF) is known color: Magenta. HEX triplet: FD, 19 and FF. RGB value is (253,25,255). Sum of RGB (Red+Green+Blue) = 253+25+255=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 25 (10.16% from 255 or 4.69% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD19FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD19FF is #02E600. Grayscale: #767676. Windows color (decimal): -189953 or 16718333. OLE color: 16718333.
HSL color Cylindrical-coordinate representation of color #FD19FF: hue angle of 299.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD19FF is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 25 | 255 | - |
| CMYK | 0.01 | 0.90 | 0 | 0 |
| HSL | 299.48º | 1% | 0.55% | - |
| HSV(B) | 299.48º | 0.9% | 1% | - |
| XYZ | 58.91 | 28.8 | 97.06 | - |
| YUV | 119.39 | 204.54 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 255 | 0.01 | 0.90 | 0 | 0 | 299.48 | 1 | 0.55 |
| Hex | FD | 19 | FF | 1 | 5A | 0 | 0 | 12B | 64 | 37 |
| Octal | 375 | 31 | 377 | 1 | 132 | 0 | 0 | 453 | 144 | 67 |
| Binary | 11111101 | 11001 | 11111111 | 1 | 1011010 | 0 | 0 | 100101011 | 1100100 | 110111 |
Color Harmonies of #FD19FF
Complementary color
Monochromatic Colors of #FD19FF
Black with #FD19FF
Text Example
Text Example
White with #FD19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD19FF; }
p { color: rgb(253,25,255); }
H1.HeaderClassName
{
color: #FD19FF;
}
.AnyTagClassName
{
color: #FD19FF;
}
</style>
background-color css
<style>
a { background-color: #FD19FF; }
a { background-color: rgb(253,25,255); }
div.DivClassName
{
background-color: #FD19FF;
}
.BgClassName
{
background-color: #FD19FF;
}
</style>
border-color css
<style>
span { border-color: #FD19FF; }
span { border-color: rgb(253,25,255); }
td.TdClassName
{
border-color: #FD19FF;
}
.TagClassName
{
border-color: #FD19FF;
}
</style>