Shades of Magenta #FA15FF
Tints of Magenta #FA15FF
RGB
CMYK
RGB Variations
Color information
#FA15FF (or 0xFA15FF) is known color: Magenta. HEX triplet: FA, 15 and FF. RGB value is (250,21,255). Sum of RGB (Red+Green+Blue) = 250+21+255=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 21 (8.59% from 255 or 3.99% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA15FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA15FF is #05EA00. Grayscale: #737373. Windows color (decimal): -387585 or 16717306. OLE color: 16717306.
HSL color Cylindrical-coordinate representation of color #FA15FF: 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 #FA15FF is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 21 | 255 | - |
| CMYK | 0.02 | 0.92 | 0 | 0 |
| HSL | 298.72º | 1% | 0.54% | - |
| HSV(B) | 298.72º | 0.92% | 1% | - |
| XYZ | 57.74 | 28.08 | 96.98 | - |
| YUV | 116.15 | 206.37 | 223.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 255 | 0.02 | 0.92 | 0 | 0 | 298.72 | 1 | 0.54 |
| Hex | FA | 15 | FF | 2 | 5C | 0 | 0 | 12B | 64 | 36 |
| Octal | 372 | 25 | 377 | 2 | 134 | 0 | 0 | 453 | 144 | 66 |
| Binary | 11111010 | 10101 | 11111111 | 10 | 1011100 | 0 | 0 | 100101011 | 1100100 | 110110 |
Color Harmonies of #FA15FF
Complementary color
Monochromatic Colors of #FA15FF
Black with #FA15FF
Text Example
Text Example
White with #FA15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA15FF; }
p { color: rgb(250,21,255); }
H1.HeaderClassName
{
color: #FA15FF;
}
.AnyTagClassName
{
color: #FA15FF;
}
</style>
background-color css
<style>
a { background-color: #FA15FF; }
a { background-color: rgb(250,21,255); }
div.DivClassName
{
background-color: #FA15FF;
}
.BgClassName
{
background-color: #FA15FF;
}
</style>
border-color css
<style>
span { border-color: #FA15FF; }
span { border-color: rgb(250,21,255); }
td.TdClassName
{
border-color: #FA15FF;
}
.TagClassName
{
border-color: #FA15FF;
}
</style>