Shades of Magenta #FA1BFF
Tints of Magenta #FA1BFF
RGB
CMYK
RGB Variations
Color information
#FA1BFF (or 0xFA1BFF) is known color: Magenta. HEX triplet: FA, 1B and FF. RGB value is (250,27,255). Sum of RGB (Red+Green+Blue) = 250+27+255=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 27 (10.94% from 255 or 5.08% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA1BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1BFF is #05E400. Grayscale: #767676. Windows color (decimal): -386049 or 16718842. OLE color: 16718842.
HSL color Cylindrical-coordinate representation of color #FA1BFF: hue angle of 298.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1BFF is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 27 | 255 | - |
| CMYK | 0.02 | 0.89 | 0 | 0 |
| HSL | 298.68º | 1% | 0.55% | - |
| HSV(B) | 298.68º | 0.89% | 1% | - |
| XYZ | 57.87 | 28.33 | 97.03 | - |
| YUV | 119.67 | 204.38 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 27 | 255 | 0.02 | 0.89 | 0 | 0 | 298.68 | 1 | 0.55 |
| Hex | FA | 1B | FF | 2 | 59 | 0 | 0 | 12B | 64 | 37 |
| Octal | 372 | 33 | 377 | 2 | 131 | 0 | 0 | 453 | 144 | 67 |
| Binary | 11111010 | 11011 | 11111111 | 10 | 1011001 | 0 | 0 | 100101011 | 1100100 | 110111 |
Color Harmonies of #FA1BFF
Complementary color
Monochromatic Colors of #FA1BFF
Black with #FA1BFF
Text Example
Text Example
White with #FA1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1BFF; }
p { color: rgb(250,27,255); }
H1.HeaderClassName
{
color: #FA1BFF;
}
.AnyTagClassName
{
color: #FA1BFF;
}
</style>
background-color css
<style>
a { background-color: #FA1BFF; }
a { background-color: rgb(250,27,255); }
div.DivClassName
{
background-color: #FA1BFF;
}
.BgClassName
{
background-color: #FA1BFF;
}
</style>
border-color css
<style>
span { border-color: #FA1BFF; }
span { border-color: rgb(250,27,255); }
td.TdClassName
{
border-color: #FA1BFF;
}
.TagClassName
{
border-color: #FA1BFF;
}
</style>