Shades of Magenta #FA1DFB
Tints of Magenta #FA1DFB
RGB
CMYK
RGB Variations
Color information
#FA1DFB (or 0xFA1DFB) is known color: Magenta. HEX triplet: FA, 1D and FB. RGB value is (250,29,251). Sum of RGB (Red+Green+Blue) = 250+29+251=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 29 (11.72% from 255 or 5.47% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA1DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1DFB is #05E204. Grayscale: #777777. Windows color (decimal): -385541 or 16457210. OLE color: 16457210.
HSL color Cylindrical-coordinate representation of color #FA1DFB: hue angle of 299.73º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1DFB is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 251 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.02 |
| HSL | 299.73º | 0.97% | 0.55% | - |
| HSV(B) | 299.73º | 0.88% | 0.98% | - |
| XYZ | 57.28 | 28.17 | 93.68 | - |
| YUV | 120.39 | 201.72 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 251 | 0.00 | 0.88 | 0 | 0.02 | 299.73 | 0.97 | 0.55 |
| Hex | FA | 1D | FB | 0 | 58 | 0 | 2 | 12C | 61 | 37 |
| Octal | 372 | 35 | 373 | 0 | 130 | 0 | 2 | 454 | 141 | 67 |
| Binary | 11111010 | 11101 | 11111011 | 0 | 1011000 | 0 | 10 | 100101100 | 1100001 | 110111 |
Color Harmonies of #FA1DFB
Complementary color
Monochromatic Colors of #FA1DFB
Black with #FA1DFB
Text Example
Text Example
White with #FA1DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DFB; }
p { color: rgb(250,29,251); }
H1.HeaderClassName
{
color: #FA1DFB;
}
.AnyTagClassName
{
color: #FA1DFB;
}
</style>
background-color css
<style>
a { background-color: #FA1DFB; }
a { background-color: rgb(250,29,251); }
div.DivClassName
{
background-color: #FA1DFB;
}
.BgClassName
{
background-color: #FA1DFB;
}
</style>
border-color css
<style>
span { border-color: #FA1DFB; }
span { border-color: rgb(250,29,251); }
td.TdClassName
{
border-color: #FA1DFB;
}
.TagClassName
{
border-color: #FA1DFB;
}
</style>