Shades of Magenta #FD04FA
Tints of Magenta #FD04FA
RGB
CMYK
RGB Variations
Color information
#FD04FA (or 0xFD04FA) is known color: Magenta. HEX triplet: FD, 04 and FA. RGB value is (253,4,250). Sum of RGB (Red+Green+Blue) = 253+4+250=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 4 (1.95% from 255 or 0.79% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD04FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD04FA is #02FB05. Grayscale: #696969. Windows color (decimal): -195334 or 16385277. OLE color: 16385277.
HSL color Cylindrical-coordinate representation of color #FD04FA: hue angle of 300.72º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD04FA is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 250 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.01 |
| HSL | 300.72º | 0.98% | 0.5% | - |
| HSV(B) | 300.72º | 0.98% | 0.99% | - |
| XYZ | 57.81 | 27.87 | 92.78 | - |
| YUV | 106.5 | 208.99 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 250 | 0 | 0.98 | 0.01 | 0.01 | 300.72 | 0.98 | 0.5 |
| Hex | FD | 4 | FA | 0 | 62 | 1 | 1 | 12D | 62 | 32 |
| Octal | 375 | 4 | 372 | 0 | 142 | 1 | 1 | 455 | 142 | 62 |
| Binary | 11111101 | 100 | 11111010 | 0 | 1100010 | 1 | 1 | 100101101 | 1100010 | 110010 |
Color Harmonies of #FD04FA
Complementary color
Monochromatic Colors of #FD04FA
Black with #FD04FA
Text Example
Text Example
White with #FD04FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD04FA; }
p { color: rgb(253,4,250); }
H1.HeaderClassName
{
color: #FD04FA;
}
.AnyTagClassName
{
color: #FD04FA;
}
</style>
background-color css
<style>
a { background-color: #FD04FA; }
a { background-color: rgb(253,4,250); }
div.DivClassName
{
background-color: #FD04FA;
}
.BgClassName
{
background-color: #FD04FA;
}
</style>
border-color css
<style>
span { border-color: #FD04FA; }
span { border-color: rgb(253,4,250); }
td.TdClassName
{
border-color: #FD04FA;
}
.TagClassName
{
border-color: #FD04FA;
}
</style>