Shades of Magenta #FB00F7
Tints of Magenta #FB00F7
RGB
CMYK
RGB Variations
Color information
#FB00F7 (or 0xFB00F7) is known color: Magenta. HEX triplet: FB, 00 and F7. RGB value is (251,0,247). Sum of RGB (Red+Green+Blue) = 251+0+247=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 0 (0.39% from 255 or 0% from 498); Blue value is 247 (96.88% from 255 or 49.60% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB00F7 is #04FF08. Grayscale: #666666. Windows color (decimal): -327433 or 16187643. OLE color: 16187643.
HSL color Cylindrical-coordinate representation of color #FB00F7: hue angle of 300.96º 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 #FB00F7 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 247 | - |
| CMYK | 0 | 1 | 0.02 | 0.02 |
| HSL | 300.96º | 1% | 0.49% | - |
| HSV(B) | 300.96º | 1% | 0.98% | - |
| XYZ | 56.57 | 27.22 | 90.27 | - |
| YUV | 103.21 | 209.16 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 247 | 0 | 1 | 0.02 | 0.02 | 300.96 | 1 | 0.49 |
| Hex | FB | 0 | F7 | 0 | 64 | 2 | 2 | 12D | 64 | 31 |
| Octal | 373 | 0 | 367 | 0 | 144 | 2 | 2 | 455 | 144 | 61 |
| Binary | 11111011 | 0 | 11110111 | 0 | 1100100 | 10 | 10 | 100101101 | 1100100 | 110001 |
Color Harmonies of #FB00F7
Complementary color
Monochromatic Colors of #FB00F7
Black with #FB00F7
Text Example
Text Example
White with #FB00F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00F7; }
p { color: rgb(251,0,247); }
H1.HeaderClassName
{
color: #FB00F7;
}
.AnyTagClassName
{
color: #FB00F7;
}
</style>
background-color css
<style>
a { background-color: #FB00F7; }
a { background-color: rgb(251,0,247); }
div.DivClassName
{
background-color: #FB00F7;
}
.BgClassName
{
background-color: #FB00F7;
}
</style>
border-color css
<style>
span { border-color: #FB00F7; }
span { border-color: rgb(251,0,247); }
td.TdClassName
{
border-color: #FB00F7;
}
.TagClassName
{
border-color: #FB00F7;
}
</style>