Shades of Magenta #FA00FB
Tints of Magenta #FA00FB
RGB
CMYK
RGB Variations
Color information
#FA00FB (or 0xFA00FB) is known color: Magenta. HEX triplet: FA, 00 and FB. RGB value is (250,0,251). Sum of RGB (Red+Green+Blue) = 250+0+251=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 0 (0.39% from 255 or 0% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA00FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA00FB is #05FF04. Grayscale: #666666. Windows color (decimal): -392965 or 16449786. OLE color: 16449786.
HSL color Cylindrical-coordinate representation of color #FA00FB: hue angle of 299.76º 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 #FA00FB is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 251 | - |
| CMYK | 0.00 | 1 | 0 | 0.02 |
| HSL | 299.76º | 1% | 0.49% | - |
| HSV(B) | 299.76º | 1% | 0.98% | - |
| XYZ | 56.84 | 27.29 | 93.54 | - |
| YUV | 103.36 | 211.33 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 251 | 0.00 | 1 | 0 | 0.02 | 299.76 | 1 | 0.49 |
| Hex | FA | 0 | FB | 0 | 64 | 0 | 2 | 12C | 64 | 31 |
| Octal | 372 | 0 | 373 | 0 | 144 | 0 | 2 | 454 | 144 | 61 |
| Binary | 11111010 | 0 | 11111011 | 0 | 1100100 | 0 | 10 | 100101100 | 1100100 | 110001 |
Color Harmonies of #FA00FB
Complementary color
Monochromatic Colors of #FA00FB
Black with #FA00FB
Text Example
Text Example
White with #FA00FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00FB; }
p { color: rgb(250,0,251); }
H1.HeaderClassName
{
color: #FA00FB;
}
.AnyTagClassName
{
color: #FA00FB;
}
</style>
background-color css
<style>
a { background-color: #FA00FB; }
a { background-color: rgb(250,0,251); }
div.DivClassName
{
background-color: #FA00FB;
}
.BgClassName
{
background-color: #FA00FB;
}
</style>
border-color css
<style>
span { border-color: #FA00FB; }
span { border-color: rgb(250,0,251); }
td.TdClassName
{
border-color: #FA00FB;
}
.TagClassName
{
border-color: #FA00FB;
}
</style>