Shades of Magenta #FB01F2
Tints of Magenta #FB01F2
RGB
CMYK
RGB Variations
Color information
#FB01F2 (or 0xFB01F2) is known color: Magenta. HEX triplet: FB, 01 and F2. RGB value is (251,1,242). Sum of RGB (Red+Green+Blue) = 251+1+242=494 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.81% from 494); Green value is 1 (0.78% from 255 or 0.20% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB01F2 is #04FE0D. Grayscale: #666666. Windows color (decimal): -327182 or 15860219. OLE color: 15860219.
HSL color Cylindrical-coordinate representation of color #FB01F2: hue angle of 302.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01F2 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 242 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.02 |
| HSL | 302.16º | 0.99% | 0.49% | - |
| HSV(B) | 302.16º | 1% | 0.98% | - |
| XYZ | 55.82 | 26.94 | 86.26 | - |
| YUV | 103.22 | 206.33 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 242 | 0 | 1.00 | 0.04 | 0.02 | 302.16 | 0.99 | 0.49 |
| Hex | FB | 1 | F2 | 0 | 64 | 4 | 2 | 12E | 63 | 31 |
| Octal | 373 | 1 | 362 | 0 | 144 | 4 | 2 | 456 | 143 | 61 |
| Binary | 11111011 | 1 | 11110010 | 0 | 1100100 | 100 | 10 | 100101110 | 1100011 | 110001 |
Color Harmonies of #FB01F2
Complementary color
Monochromatic Colors of #FB01F2
Black with #FB01F2
Text Example
Text Example
White with #FB01F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01F2; }
p { color: rgb(251,1,242); }
H1.HeaderClassName
{
color: #FB01F2;
}
.AnyTagClassName
{
color: #FB01F2;
}
</style>
background-color css
<style>
a { background-color: #FB01F2; }
a { background-color: rgb(251,1,242); }
div.DivClassName
{
background-color: #FB01F2;
}
.BgClassName
{
background-color: #FB01F2;
}
</style>
border-color css
<style>
span { border-color: #FB01F2; }
span { border-color: rgb(251,1,242); }
td.TdClassName
{
border-color: #FB01F2;
}
.TagClassName
{
border-color: #FB01F2;
}
</style>