Shades of Magenta #FA14FF
Tints of Magenta #FA14FF
RGB
CMYK
RGB Variations
Color information
#FA14FF (or 0xFA14FF) is known color: Magenta. HEX triplet: FA, 14 and FF. RGB value is (250,20,255). Sum of RGB (Red+Green+Blue) = 250+20+255=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 20 (8.20% from 255 or 3.81% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA14FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA14FF is #05EB00. Grayscale: #727272. Windows color (decimal): -387841 or 16717050. OLE color: 16717050.
HSL color Cylindrical-coordinate representation of color #FA14FF: hue angle of 298.72º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA14FF is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 20 | 255 | - |
| CMYK | 0.02 | 0.92 | 0 | 0 |
| HSL | 298.72º | 1% | 0.54% | - |
| HSV(B) | 298.72º | 0.92% | 1% | - |
| XYZ | 57.72 | 28.04 | 96.98 | - |
| YUV | 115.56 | 206.7 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 255 | 0.02 | 0.92 | 0 | 0 | 298.72 | 1 | 0.54 |
| Hex | FA | 14 | FF | 2 | 5C | 0 | 0 | 12B | 64 | 36 |
| Octal | 372 | 24 | 377 | 2 | 134 | 0 | 0 | 453 | 144 | 66 |
| Binary | 11111010 | 10100 | 11111111 | 10 | 1011100 | 0 | 0 | 100101011 | 1100100 | 110110 |
Color Harmonies of #FA14FF
Complementary color
Monochromatic Colors of #FA14FF
Black with #FA14FF
Text Example
Text Example
White with #FA14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA14FF; }
p { color: rgb(250,20,255); }
H1.HeaderClassName
{
color: #FA14FF;
}
.AnyTagClassName
{
color: #FA14FF;
}
</style>
background-color css
<style>
a { background-color: #FA14FF; }
a { background-color: rgb(250,20,255); }
div.DivClassName
{
background-color: #FA14FF;
}
.BgClassName
{
background-color: #FA14FF;
}
</style>
border-color css
<style>
span { border-color: #FA14FF; }
span { border-color: rgb(250,20,255); }
td.TdClassName
{
border-color: #FA14FF;
}
.TagClassName
{
border-color: #FA14FF;
}
</style>