Shades of Magenta #FA14FE
Tints of Magenta #FA14FE
RGB
CMYK
RGB Variations
Color information
#FA14FE (or 0xFA14FE) is known color: Magenta. HEX triplet: FA, 14 and FE. RGB value is (250,20,254). Sum of RGB (Red+Green+Blue) = 250+20+254=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 20 (8.20% from 255 or 3.82% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA14FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA14FE is #05EB01. Grayscale: #727272. Windows color (decimal): -387842 or 16651514. OLE color: 16651514.
HSL color Cylindrical-coordinate representation of color #FA14FE: hue angle of 298.97º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA14FE is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 20 | 254 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.00 |
| HSL | 298.97º | 0.99% | 0.54% | - |
| HSV(B) | 298.97º | 0.92% | 1% | - |
| XYZ | 57.56 | 27.98 | 96.13 | - |
| YUV | 115.45 | 206.2 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 254 | 0.02 | 0.92 | 0 | 0.00 | 298.97 | 0.99 | 0.54 |
| Hex | FA | 14 | FE | 2 | 5C | 0 | 0 | 12B | 63 | 36 |
| Octal | 372 | 24 | 376 | 2 | 134 | 0 | 0 | 453 | 143 | 66 |
| Binary | 11111010 | 10100 | 11111110 | 10 | 1011100 | 0 | 0 | 100101011 | 1100011 | 110110 |
Color Harmonies of #FA14FE
Complementary color
Monochromatic Colors of #FA14FE
Black with #FA14FE
Text Example
Text Example
White with #FA14FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA14FE; }
p { color: rgb(250,20,254); }
H1.HeaderClassName
{
color: #FA14FE;
}
.AnyTagClassName
{
color: #FA14FE;
}
</style>
background-color css
<style>
a { background-color: #FA14FE; }
a { background-color: rgb(250,20,254); }
div.DivClassName
{
background-color: #FA14FE;
}
.BgClassName
{
background-color: #FA14FE;
}
</style>
border-color css
<style>
span { border-color: #FA14FE; }
span { border-color: rgb(250,20,254); }
td.TdClassName
{
border-color: #FA14FE;
}
.TagClassName
{
border-color: #FA14FE;
}
</style>