Shades of Magenta #FF04FD
Tints of Magenta #FF04FD
RGB
CMYK
RGB Variations
Color information
#FF04FD (or 0xFF04FD) is known color: Magenta. HEX triplet: FF, 04 and FD. RGB value is (255,4,253). Sum of RGB (Red+Green+Blue) = 255+4+253=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 4 (1.95% from 255 or 0.78% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF04FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF04FD is #00FB02. Grayscale: #6A6A6A. Windows color (decimal): -64259 or 16581887. OLE color: 16581887.
HSL color Cylindrical-coordinate representation of color #FF04FD: hue angle of 300.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF04FD is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 253 | - |
| CMYK | 0 | 0.98 | 0.01 | 0 |
| HSL | 300.48º | 1% | 0.51% | - |
| HSV(B) | 300.48º | 0.98% | 1% | - |
| XYZ | 59.01 | 28.44 | 95.31 | - |
| YUV | 107.44 | 210.16 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 253 | 0 | 0.98 | 0.01 | 0 | 300.48 | 1 | 0.51 |
| Hex | FF | 4 | FD | 0 | 62 | 1 | 0 | 12C | 64 | 33 |
| Octal | 377 | 4 | 375 | 0 | 142 | 1 | 0 | 454 | 144 | 63 |
| Binary | 11111111 | 100 | 11111101 | 0 | 1100010 | 1 | 0 | 100101100 | 1100100 | 110011 |
Color Harmonies of #FF04FD
Complementary color
Monochromatic Colors of #FF04FD
Black with #FF04FD
Text Example
Text Example
White with #FF04FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF04FD; }
p { color: rgb(255,4,253); }
H1.HeaderClassName
{
color: #FF04FD;
}
.AnyTagClassName
{
color: #FF04FD;
}
</style>
background-color css
<style>
a { background-color: #FF04FD; }
a { background-color: rgb(255,4,253); }
div.DivClassName
{
background-color: #FF04FD;
}
.BgClassName
{
background-color: #FF04FD;
}
</style>
border-color css
<style>
span { border-color: #FF04FD; }
span { border-color: rgb(255,4,253); }
td.TdClassName
{
border-color: #FF04FD;
}
.TagClassName
{
border-color: #FF04FD;
}
</style>