Shades of Magenta #FD30FA
Tints of Magenta #FD30FA
RGB
CMYK
RGB Variations
Color information
#FD30FA (or 0xFD30FA) is known color: Magenta. HEX triplet: FD, 30 and FA. RGB value is (253,48,250). Sum of RGB (Red+Green+Blue) = 253+48+250=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 48 (19.14% from 255 or 8.71% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD30FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD30FA is #02CF05. Grayscale: #838383. Windows color (decimal): -184070 or 16396541. OLE color: 16396541.
HSL color Cylindrical-coordinate representation of color #FD30FA: hue angle of 300.88º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD30FA is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 250 | - |
| CMYK | 0 | 0.81 | 0.01 | 0.01 |
| HSL | 300.88º | 0.98% | 0.59% | - |
| HSV(B) | 300.88º | 0.81% | 0.99% | - |
| XYZ | 58.82 | 29.9 | 93.11 | - |
| YUV | 132.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 250 | 0 | 0.81 | 0.01 | 0.01 | 300.88 | 0.98 | 0.59 |
| Hex | FD | 30 | FA | 0 | 51 | 1 | 1 | 12D | 62 | 3B |
| Octal | 375 | 60 | 372 | 0 | 121 | 1 | 1 | 455 | 142 | 73 |
| Binary | 11111101 | 110000 | 11111010 | 0 | 1010001 | 1 | 1 | 100101101 | 1100010 | 111011 |
Color Harmonies of #FD30FA
Complementary color
Monochromatic Colors of #FD30FA
Black with #FD30FA
Text Example
Text Example
White with #FD30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD30FA; }
p { color: rgb(253,48,250); }
H1.HeaderClassName
{
color: #FD30FA;
}
.AnyTagClassName
{
color: #FD30FA;
}
</style>
background-color css
<style>
a { background-color: #FD30FA; }
a { background-color: rgb(253,48,250); }
div.DivClassName
{
background-color: #FD30FA;
}
.BgClassName
{
background-color: #FD30FA;
}
</style>
border-color css
<style>
span { border-color: #FD30FA; }
span { border-color: rgb(253,48,250); }
td.TdClassName
{
border-color: #FD30FA;
}
.TagClassName
{
border-color: #FD30FA;
}
</style>