Shades of Magenta #FF03FD
Tints of Magenta #FF03FD
RGB
CMYK
RGB Variations
Color information
#FF03FD (or 0xFF03FD) is known color: Magenta. HEX triplet: FF, 03 and FD. RGB value is (255,3,253). Sum of RGB (Red+Green+Blue) = 255+3+253=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 3 (1.56% from 255 or 0.59% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF03FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF03FD is #00FC02. Grayscale: #6A6A6A. Windows color (decimal): -64515 or 16581631. OLE color: 16581631.
HSL color Cylindrical-coordinate representation of color #FF03FD: hue angle of 300.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF03FD is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 253 | - |
| CMYK | 0 | 0.99 | 0.01 | 0 |
| HSL | 300.48º | 1% | 0.51% | - |
| HSV(B) | 300.48º | 0.99% | 1% | - |
| XYZ | 59 | 28.42 | 95.3 | - |
| YUV | 106.85 | 210.49 | 233.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 253 | 0 | 0.99 | 0.01 | 0 | 300.48 | 1 | 0.51 |
| Hex | FF | 3 | FD | 0 | 63 | 1 | 0 | 12C | 64 | 33 |
| Octal | 377 | 3 | 375 | 0 | 143 | 1 | 0 | 454 | 144 | 63 |
| Binary | 11111111 | 11 | 11111101 | 0 | 1100011 | 1 | 0 | 100101100 | 1100100 | 110011 |
Color Harmonies of #FF03FD
Complementary color
Monochromatic Colors of #FF03FD
Black with #FF03FD
Text Example
Text Example
White with #FF03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF03FD; }
p { color: rgb(255,3,253); }
H1.HeaderClassName
{
color: #FF03FD;
}
.AnyTagClassName
{
color: #FF03FD;
}
</style>
background-color css
<style>
a { background-color: #FF03FD; }
a { background-color: rgb(255,3,253); }
div.DivClassName
{
background-color: #FF03FD;
}
.BgClassName
{
background-color: #FF03FD;
}
</style>
border-color css
<style>
span { border-color: #FF03FD; }
span { border-color: rgb(255,3,253); }
td.TdClassName
{
border-color: #FF03FD;
}
.TagClassName
{
border-color: #FF03FD;
}
</style>