Shades of Magenta #FB30FF
Tints of Magenta #FB30FF
RGB
CMYK
RGB Variations
Color information
#FB30FF (or 0xFB30FF) is known color: Magenta. HEX triplet: FB, 30 and FF. RGB value is (251,48,255). Sum of RGB (Red+Green+Blue) = 251+48+255=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 48 (19.14% from 255 or 8.66% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB30FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB30FF is #04CF00. Grayscale: #838383. Windows color (decimal): -315137 or 16724219. OLE color: 16724219.
HSL color Cylindrical-coordinate representation of color #FB30FF: hue angle of 298.84º 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 #FB30FF is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 48 | 255 | - |
| CMYK | 0.02 | 0.81 | 0 | 0 |
| HSL | 298.84º | 1% | 0.59% | - |
| HSV(B) | 298.84º | 0.81% | 1% | - |
| XYZ | 58.89 | 29.84 | 97.26 | - |
| YUV | 132.3 | 197.25 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 255 | 0.02 | 0.81 | 0 | 0 | 298.84 | 1 | 0.59 |
| Hex | FB | 30 | FF | 2 | 51 | 0 | 0 | 12B | 64 | 3B |
| Octal | 373 | 60 | 377 | 2 | 121 | 0 | 0 | 453 | 144 | 73 |
| Binary | 11111011 | 110000 | 11111111 | 10 | 1010001 | 0 | 0 | 100101011 | 1100100 | 111011 |
Color Harmonies of #FB30FF
Complementary color
Monochromatic Colors of #FB30FF
Black with #FB30FF
Text Example
Text Example
White with #FB30FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB30FF; }
p { color: rgb(251,48,255); }
H1.HeaderClassName
{
color: #FB30FF;
}
.AnyTagClassName
{
color: #FB30FF;
}
</style>
background-color css
<style>
a { background-color: #FB30FF; }
a { background-color: rgb(251,48,255); }
div.DivClassName
{
background-color: #FB30FF;
}
.BgClassName
{
background-color: #FB30FF;
}
</style>
border-color css
<style>
span { border-color: #FB30FF; }
span { border-color: rgb(251,48,255); }
td.TdClassName
{
border-color: #FB30FF;
}
.TagClassName
{
border-color: #FB30FF;
}
</style>