Shades of Magenta #FB0AF7
Tints of Magenta #FB0AF7
RGB
CMYK
RGB Variations
Color information
#FB0AF7 (or 0xFB0AF7) is known color: Magenta. HEX triplet: FB, 0A and F7. RGB value is (251,10,247). Sum of RGB (Red+Green+Blue) = 251+10+247=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 10 (4.30% from 255 or 1.97% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0AF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB0AF7 is #04F508. Grayscale: #6C6C6C. Windows color (decimal): -324873 or 16190203. OLE color: 16190203.
HSL color Cylindrical-coordinate representation of color #FB0AF7: hue angle of 301º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0AF7 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 247 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.02 |
| HSL | 301º | 0.97% | 0.51% | - |
| HSV(B) | 301º | 0.96% | 0.98% | - |
| XYZ | 56.68 | 27.44 | 90.31 | - |
| YUV | 109.08 | 205.84 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 247 | 0 | 0.96 | 0.02 | 0.02 | 301 | 0.97 | 0.51 |
| Hex | FB | A | F7 | 0 | 60 | 2 | 2 | 12D | 61 | 33 |
| Octal | 373 | 12 | 367 | 0 | 140 | 2 | 2 | 455 | 141 | 63 |
| Binary | 11111011 | 1010 | 11110111 | 0 | 1100000 | 10 | 10 | 100101101 | 1100001 | 110011 |
Color Harmonies of #FB0AF7
Complementary color
Monochromatic Colors of #FB0AF7
Black with #FB0AF7
Text Example
Text Example
White with #FB0AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0AF7; }
p { color: rgb(251,10,247); }
H1.HeaderClassName
{
color: #FB0AF7;
}
.AnyTagClassName
{
color: #FB0AF7;
}
</style>
background-color css
<style>
a { background-color: #FB0AF7; }
a { background-color: rgb(251,10,247); }
div.DivClassName
{
background-color: #FB0AF7;
}
.BgClassName
{
background-color: #FB0AF7;
}
</style>
border-color css
<style>
span { border-color: #FB0AF7; }
span { border-color: rgb(251,10,247); }
td.TdClassName
{
border-color: #FB0AF7;
}
.TagClassName
{
border-color: #FB0AF7;
}
</style>