Shades of Magenta #FA13FE
Tints of Magenta #FA13FE
RGB
CMYK
RGB Variations
Color information
#FA13FE (or 0xFA13FE) is known color: Magenta. HEX triplet: FA, 13 and FE. RGB value is (250,19,254). Sum of RGB (Red+Green+Blue) = 250+19+254=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 19 (7.81% from 255 or 3.63% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA13FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA13FE is #05EC01. Grayscale: #727272. Windows color (decimal): -388098 or 16651258. OLE color: 16651258.
HSL color Cylindrical-coordinate representation of color #FA13FE: hue angle of 298.98º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA13FE is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 19 | 254 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.00 |
| HSL | 298.98º | 0.99% | 0.54% | - |
| HSV(B) | 298.98º | 0.93% | 1% | - |
| XYZ | 57.55 | 27.95 | 96.13 | - |
| YUV | 114.86 | 206.53 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 254 | 0.02 | 0.93 | 0 | 0.00 | 298.98 | 0.99 | 0.54 |
| Hex | FA | 13 | FE | 2 | 5D | 0 | 0 | 12B | 63 | 36 |
| Octal | 372 | 23 | 376 | 2 | 135 | 0 | 0 | 453 | 143 | 66 |
| Binary | 11111010 | 10011 | 11111110 | 10 | 1011101 | 0 | 0 | 100101011 | 1100011 | 110110 |
Color Harmonies of #FA13FE
Complementary color
Monochromatic Colors of #FA13FE
Black with #FA13FE
Text Example
Text Example
White with #FA13FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA13FE; }
p { color: rgb(250,19,254); }
H1.HeaderClassName
{
color: #FA13FE;
}
.AnyTagClassName
{
color: #FA13FE;
}
</style>
background-color css
<style>
a { background-color: #FA13FE; }
a { background-color: rgb(250,19,254); }
div.DivClassName
{
background-color: #FA13FE;
}
.BgClassName
{
background-color: #FA13FE;
}
</style>
border-color css
<style>
span { border-color: #FA13FE; }
span { border-color: rgb(250,19,254); }
td.TdClassName
{
border-color: #FA13FE;
}
.TagClassName
{
border-color: #FA13FE;
}
</style>