Shades of Magenta #FF30FC
Tints of Magenta #FF30FC
RGB
CMYK
RGB Variations
Color information
#FF30FC (or 0xFF30FC) is known color: Magenta. HEX triplet: FF, 30 and FC. RGB value is (255,48,252). Sum of RGB (Red+Green+Blue) = 255+48+252=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 48 (19.14% from 255 or 8.65% from 555); Blue value is 252 (98.83% from 255 or 45.41% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF30FC is #00CF03. Grayscale: #848484. Windows color (decimal): -52996 or 16527615. OLE color: 16527615.
HSL color Cylindrical-coordinate representation of color #FF30FC: hue angle of 300.87º 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 #FF30FC is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 252 | - |
| CMYK | 0 | 0.81 | 0.01 | 0 |
| HSL | 300.87º | 1% | 0.59% | - |
| HSV(B) | 300.87º | 0.81% | 1% | - |
| XYZ | 59.87 | 30.4 | 94.81 | - |
| YUV | 133.15 | 195.08 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 252 | 0 | 0.81 | 0.01 | 0 | 300.87 | 1 | 0.59 |
| Hex | FF | 30 | FC | 0 | 51 | 1 | 0 | 12D | 64 | 3B |
| Octal | 377 | 60 | 374 | 0 | 121 | 1 | 0 | 455 | 144 | 73 |
| Binary | 11111111 | 110000 | 11111100 | 0 | 1010001 | 1 | 0 | 100101101 | 1100100 | 111011 |
Color Harmonies of #FF30FC
Complementary color
Monochromatic Colors of #FF30FC
Black with #FF30FC
Text Example
Text Example
White with #FF30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF30FC; }
p { color: rgb(255,48,252); }
H1.HeaderClassName
{
color: #FF30FC;
}
.AnyTagClassName
{
color: #FF30FC;
}
</style>
background-color css
<style>
a { background-color: #FF30FC; }
a { background-color: rgb(255,48,252); }
div.DivClassName
{
background-color: #FF30FC;
}
.BgClassName
{
background-color: #FF30FC;
}
</style>
border-color css
<style>
span { border-color: #FF30FC; }
span { border-color: rgb(255,48,252); }
td.TdClassName
{
border-color: #FF30FC;
}
.TagClassName
{
border-color: #FF30FC;
}
</style>