Shades of Magenta #FA14F9
Tints of Magenta #FA14F9
RGB
CMYK
RGB Variations
Color information
#FA14F9 (or 0xFA14F9) is known color: Magenta. HEX triplet: FA, 14 and F9. RGB value is (250,20,249). Sum of RGB (Red+Green+Blue) = 250+20+249=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 20 (8.20% from 255 or 3.85% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA14F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA14F9 is #05EB06. Grayscale: #727272. Windows color (decimal): -387847 or 16323834. OLE color: 16323834.
HSL color Cylindrical-coordinate representation of color #FA14F9: hue angle of 300.26º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA14F9 is Cyan = 0, Magento = 0.92, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 249 | - |
| CMYK | 0 | 0.92 | 0.00 | 0.02 |
| HSL | 300.26º | 0.96% | 0.53% | - |
| HSV(B) | 300.26º | 0.92% | 0.98% | - |
| XYZ | 56.77 | 27.66 | 91.97 | - |
| YUV | 114.88 | 203.7 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 249 | 0 | 0.92 | 0.00 | 0.02 | 300.26 | 0.96 | 0.53 |
| Hex | FA | 14 | F9 | 0 | 5C | 0 | 2 | 12C | 60 | 35 |
| Octal | 372 | 24 | 371 | 0 | 134 | 0 | 2 | 454 | 140 | 65 |
| Binary | 11111010 | 10100 | 11111001 | 0 | 1011100 | 0 | 10 | 100101100 | 1100000 | 110101 |
Color Harmonies of #FA14F9
Complementary color
Monochromatic Colors of #FA14F9
Black with #FA14F9
Text Example
Text Example
White with #FA14F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA14F9; }
p { color: rgb(250,20,249); }
H1.HeaderClassName
{
color: #FA14F9;
}
.AnyTagClassName
{
color: #FA14F9;
}
</style>
background-color css
<style>
a { background-color: #FA14F9; }
a { background-color: rgb(250,20,249); }
div.DivClassName
{
background-color: #FA14F9;
}
.BgClassName
{
background-color: #FA14F9;
}
</style>
border-color css
<style>
span { border-color: #FA14F9; }
span { border-color: rgb(250,20,249); }
td.TdClassName
{
border-color: #FA14F9;
}
.TagClassName
{
border-color: #FA14F9;
}
</style>