Shades of Magenta #FF30FA
Tints of Magenta #FF30FA
RGB
CMYK
RGB Variations
Color information
#FF30FA (or 0xFF30FA) is known color: Magenta. HEX triplet: FF, 30 and FA. RGB value is (255,48,250). Sum of RGB (Red+Green+Blue) = 255+48+250=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 48 (19.14% from 255 or 8.68% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF30FA is #00CF05. Grayscale: #848484. Windows color (decimal): -52998 or 16396543. OLE color: 16396543.
HSL color Cylindrical-coordinate representation of color #FF30FA: hue angle of 301.45º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF30FA is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 250 | - |
| CMYK | 0 | 0.81 | 0.02 | 0 |
| HSL | 301.45º | 1% | 0.59% | - |
| HSV(B) | 301.45º | 0.81% | 1% | - |
| XYZ | 59.55 | 30.28 | 93.15 | - |
| YUV | 132.92 | 194.08 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 250 | 0 | 0.81 | 0.02 | 0 | 301.45 | 1 | 0.59 |
| Hex | FF | 30 | FA | 0 | 51 | 2 | 0 | 12D | 64 | 3B |
| Octal | 377 | 60 | 372 | 0 | 121 | 2 | 0 | 455 | 144 | 73 |
| Binary | 11111111 | 110000 | 11111010 | 0 | 1010001 | 10 | 0 | 100101101 | 1100100 | 111011 |
Color Harmonies of #FF30FA
Complementary color
Monochromatic Colors of #FF30FA
Black with #FF30FA
Text Example
Text Example
White with #FF30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF30FA; }
p { color: rgb(255,48,250); }
H1.HeaderClassName
{
color: #FF30FA;
}
.AnyTagClassName
{
color: #FF30FA;
}
</style>
background-color css
<style>
a { background-color: #FF30FA; }
a { background-color: rgb(255,48,250); }
div.DivClassName
{
background-color: #FF30FA;
}
.BgClassName
{
background-color: #FF30FA;
}
</style>
border-color css
<style>
span { border-color: #FF30FA; }
span { border-color: rgb(255,48,250); }
td.TdClassName
{
border-color: #FF30FA;
}
.TagClassName
{
border-color: #FF30FA;
}
</style>