Shades of Magenta #FA2FFB
Tints of Magenta #FA2FFB
RGB
CMYK
RGB Variations
Color information
#FA2FFB (or 0xFA2FFB) is known color: Magenta. HEX triplet: FA, 2F and FB. RGB value is (250,47,251). Sum of RGB (Red+Green+Blue) = 250+47+251=548 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.62% from 548); Green value is 47 (18.75% from 255 or 8.58% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA2FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2FFB is #05D004. Grayscale: #828282. Windows color (decimal): -380933 or 16461818. OLE color: 16461818.
HSL color Cylindrical-coordinate representation of color #FA2FFB: hue angle of 299.71º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2FFB is Cyan = 0.00, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 251 | - |
| CMYK | 0.00 | 0.81 | 0 | 0.02 |
| HSL | 299.71º | 0.96% | 0.58% | - |
| HSV(B) | 299.71º | 0.81% | 0.98% | - |
| XYZ | 57.85 | 29.32 | 93.88 | - |
| YUV | 130.95 | 195.75 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 251 | 0.00 | 0.81 | 0 | 0.02 | 299.71 | 0.96 | 0.58 |
| Hex | FA | 2F | FB | 0 | 51 | 0 | 2 | 12C | 60 | 3A |
| Octal | 372 | 57 | 373 | 0 | 121 | 0 | 2 | 454 | 140 | 72 |
| Binary | 11111010 | 101111 | 11111011 | 0 | 1010001 | 0 | 10 | 100101100 | 1100000 | 111010 |
Color Harmonies of #FA2FFB
Complementary color
Monochromatic Colors of #FA2FFB
Black with #FA2FFB
Text Example
Text Example
White with #FA2FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FFB; }
p { color: rgb(250,47,251); }
H1.HeaderClassName
{
color: #FA2FFB;
}
.AnyTagClassName
{
color: #FA2FFB;
}
</style>
background-color css
<style>
a { background-color: #FA2FFB; }
a { background-color: rgb(250,47,251); }
div.DivClassName
{
background-color: #FA2FFB;
}
.BgClassName
{
background-color: #FA2FFB;
}
</style>
border-color css
<style>
span { border-color: #FA2FFB; }
span { border-color: rgb(250,47,251); }
td.TdClassName
{
border-color: #FA2FFB;
}
.TagClassName
{
border-color: #FA2FFB;
}
</style>