Shades of Magenta #FB00F2
Tints of Magenta #FB00F2
RGB
CMYK
RGB Variations
Color information
#FB00F2 (or 0xFB00F2) is known color: Magenta. HEX triplet: FB, 00 and F2. RGB value is (251,0,242). Sum of RGB (Red+Green+Blue) = 251+0+242=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 0 (0.39% from 255 or 0% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB00F2 is #04FF0D. Grayscale: #656565. Windows color (decimal): -327438 or 15859963. OLE color: 15859963.
HSL color Cylindrical-coordinate representation of color #FB00F2: hue angle of 302.15º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB00F2 is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 242 | - |
| CMYK | 0 | 1 | 0.04 | 0.02 |
| HSL | 302.15º | 1% | 0.49% | - |
| HSV(B) | 302.15º | 1% | 0.98% | - |
| XYZ | 55.81 | 26.92 | 86.26 | - |
| YUV | 102.64 | 206.66 | 233.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 242 | 0 | 1 | 0.04 | 0.02 | 302.15 | 1 | 0.49 |
| Hex | FB | 0 | F2 | 0 | 64 | 4 | 2 | 12E | 64 | 31 |
| Octal | 373 | 0 | 362 | 0 | 144 | 4 | 2 | 456 | 144 | 61 |
| Binary | 11111011 | 0 | 11110010 | 0 | 1100100 | 100 | 10 | 100101110 | 1100100 | 110001 |
Color Harmonies of #FB00F2
Complementary color
Monochromatic Colors of #FB00F2
Black with #FB00F2
Text Example
Text Example
White with #FB00F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00F2; }
p { color: rgb(251,0,242); }
H1.HeaderClassName
{
color: #FB00F2;
}
.AnyTagClassName
{
color: #FB00F2;
}
</style>
background-color css
<style>
a { background-color: #FB00F2; }
a { background-color: rgb(251,0,242); }
div.DivClassName
{
background-color: #FB00F2;
}
.BgClassName
{
background-color: #FB00F2;
}
</style>
border-color css
<style>
span { border-color: #FB00F2; }
span { border-color: rgb(251,0,242); }
td.TdClassName
{
border-color: #FB00F2;
}
.TagClassName
{
border-color: #FB00F2;
}
</style>