Shades of Magenta #FA13FF
Tints of Magenta #FA13FF
RGB
CMYK
RGB Variations
Color information
#FA13FF (or 0xFA13FF) is known color: Magenta. HEX triplet: FA, 13 and FF. RGB value is (250,19,255). Sum of RGB (Red+Green+Blue) = 250+19+255=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 19 (7.81% from 255 or 3.63% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA13FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA13FF is #05EC00. Grayscale: #727272. Windows color (decimal): -388097 or 16716794. OLE color: 16716794.
HSL color Cylindrical-coordinate representation of color #FA13FF: hue angle of 298.73º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA13FF is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 19 | 255 | - |
| CMYK | 0.02 | 0.93 | 0 | 0 |
| HSL | 298.73º | 1% | 0.54% | - |
| HSV(B) | 298.73º | 0.93% | 1% | - |
| XYZ | 57.71 | 28.01 | 96.97 | - |
| YUV | 114.97 | 207.03 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 255 | 0.02 | 0.93 | 0 | 0 | 298.73 | 1 | 0.54 |
| Hex | FA | 13 | FF | 2 | 5D | 0 | 0 | 12B | 64 | 36 |
| Octal | 372 | 23 | 377 | 2 | 135 | 0 | 0 | 453 | 144 | 66 |
| Binary | 11111010 | 10011 | 11111111 | 10 | 1011101 | 0 | 0 | 100101011 | 1100100 | 110110 |
Color Harmonies of #FA13FF
Complementary color
Monochromatic Colors of #FA13FF
Black with #FA13FF
Text Example
Text Example
White with #FA13FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA13FF; }
p { color: rgb(250,19,255); }
H1.HeaderClassName
{
color: #FA13FF;
}
.AnyTagClassName
{
color: #FA13FF;
}
</style>
background-color css
<style>
a { background-color: #FA13FF; }
a { background-color: rgb(250,19,255); }
div.DivClassName
{
background-color: #FA13FF;
}
.BgClassName
{
background-color: #FA13FF;
}
</style>
border-color css
<style>
span { border-color: #FA13FF; }
span { border-color: rgb(250,19,255); }
td.TdClassName
{
border-color: #FA13FF;
}
.TagClassName
{
border-color: #FA13FF;
}
</style>