Shades of Magenta #FF30FE
Tints of Magenta #FF30FE
RGB
CMYK
RGB Variations
Color information
#FF30FE (or 0xFF30FE) is known color: Magenta. HEX triplet: FF, 30 and FE. RGB value is (255,48,254). Sum of RGB (Red+Green+Blue) = 255+48+254=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 48 (19.14% from 255 or 8.62% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF30FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF30FE is #00CF01. Grayscale: #848484. Windows color (decimal): -52994 or 16658687. OLE color: 16658687.
HSL color Cylindrical-coordinate representation of color #FF30FE: hue angle of 300.29º 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 #FF30FE is Cyan = 0, Magento = 0.81, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 254 | - |
| CMYK | 0 | 0.81 | 0.00 | 0 |
| HSL | 300.29º | 1% | 0.59% | - |
| HSV(B) | 300.29º | 0.81% | 1% | - |
| XYZ | 60.19 | 30.53 | 96.49 | - |
| YUV | 133.38 | 196.08 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 254 | 0 | 0.81 | 0.00 | 0 | 300.29 | 1 | 0.59 |
| Hex | FF | 30 | FE | 0 | 51 | 0 | 0 | 12C | 64 | 3B |
| Octal | 377 | 60 | 376 | 0 | 121 | 0 | 0 | 454 | 144 | 73 |
| Binary | 11111111 | 110000 | 11111110 | 0 | 1010001 | 0 | 0 | 100101100 | 1100100 | 111011 |
Color Harmonies of #FF30FE
Complementary color
Monochromatic Colors of #FF30FE
Black with #FF30FE
Text Example
Text Example
White with #FF30FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF30FE; }
p { color: rgb(255,48,254); }
H1.HeaderClassName
{
color: #FF30FE;
}
.AnyTagClassName
{
color: #FF30FE;
}
</style>
background-color css
<style>
a { background-color: #FF30FE; }
a { background-color: rgb(255,48,254); }
div.DivClassName
{
background-color: #FF30FE;
}
.BgClassName
{
background-color: #FF30FE;
}
</style>
border-color css
<style>
span { border-color: #FF30FE; }
span { border-color: rgb(255,48,254); }
td.TdClassName
{
border-color: #FF30FE;
}
.TagClassName
{
border-color: #FF30FE;
}
</style>