Shades of Magenta #FB1FF2
Tints of Magenta #FB1FF2
RGB
CMYK
RGB Variations
Color information
#FB1FF2 (or 0xFB1FF2) is known color: Magenta. HEX triplet: FB, 1F and F2. RGB value is (251,31,242). Sum of RGB (Red+Green+Blue) = 251+31+242=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 31 (12.5% from 255 or 5.92% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1FF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1FF2 is #04E00D. Grayscale: #787878. Windows color (decimal): -319502 or 15867899. OLE color: 15867899.
HSL color Cylindrical-coordinate representation of color #FB1FF2: hue angle of 302.45º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1FF2 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 242 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.02 |
| HSL | 302.45º | 0.96% | 0.55% | - |
| HSV(B) | 302.45º | 0.88% | 0.98% | - |
| XYZ | 56.3 | 27.9 | 86.42 | - |
| YUV | 120.83 | 196.39 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 242 | 0 | 0.88 | 0.04 | 0.02 | 302.45 | 0.96 | 0.55 |
| Hex | FB | 1F | F2 | 0 | 58 | 4 | 2 | 12E | 60 | 37 |
| Octal | 373 | 37 | 362 | 0 | 130 | 4 | 2 | 456 | 140 | 67 |
| Binary | 11111011 | 11111 | 11110010 | 0 | 1011000 | 100 | 10 | 100101110 | 1100000 | 110111 |
Color Harmonies of #FB1FF2
Complementary color
Monochromatic Colors of #FB1FF2
Black with #FB1FF2
Text Example
Text Example
White with #FB1FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1FF2; }
p { color: rgb(251,31,242); }
H1.HeaderClassName
{
color: #FB1FF2;
}
.AnyTagClassName
{
color: #FB1FF2;
}
</style>
background-color css
<style>
a { background-color: #FB1FF2; }
a { background-color: rgb(251,31,242); }
div.DivClassName
{
background-color: #FB1FF2;
}
.BgClassName
{
background-color: #FB1FF2;
}
</style>
border-color css
<style>
span { border-color: #FB1FF2; }
span { border-color: rgb(251,31,242); }
td.TdClassName
{
border-color: #FB1FF2;
}
.TagClassName
{
border-color: #FB1FF2;
}
</style>