Shades of Magenta #FA15F1
Tints of Magenta #FA15F1
RGB
CMYK
RGB Variations
Color information
#FA15F1 (or 0xFA15F1) is known color: Magenta. HEX triplet: FA, 15 and F1. RGB value is (250,21,241). Sum of RGB (Red+Green+Blue) = 250+21+241=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 21 (8.59% from 255 or 4.10% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA15F1 is #05EA0E. Grayscale: #717171. Windows color (decimal): -387599 or 15799802. OLE color: 15799802.
HSL color Cylindrical-coordinate representation of color #FA15F1: hue angle of 302.36º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA15F1 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 241 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.02 |
| HSL | 302.36º | 0.96% | 0.53% | - |
| HSV(B) | 302.36º | 0.92% | 0.98% | - |
| XYZ | 55.57 | 27.21 | 85.54 | - |
| YUV | 114.55 | 199.37 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 241 | 0 | 0.92 | 0.04 | 0.02 | 302.36 | 0.96 | 0.53 |
| Hex | FA | 15 | F1 | 0 | 5C | 4 | 2 | 12E | 60 | 35 |
| Octal | 372 | 25 | 361 | 0 | 134 | 4 | 2 | 456 | 140 | 65 |
| Binary | 11111010 | 10101 | 11110001 | 0 | 1011100 | 100 | 10 | 100101110 | 1100000 | 110101 |
Color Harmonies of #FA15F1
Complementary color
Monochromatic Colors of #FA15F1
Black with #FA15F1
Text Example
Text Example
White with #FA15F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA15F1; }
p { color: rgb(250,21,241); }
H1.HeaderClassName
{
color: #FA15F1;
}
.AnyTagClassName
{
color: #FA15F1;
}
</style>
background-color css
<style>
a { background-color: #FA15F1; }
a { background-color: rgb(250,21,241); }
div.DivClassName
{
background-color: #FA15F1;
}
.BgClassName
{
background-color: #FA15F1;
}
</style>
border-color css
<style>
span { border-color: #FA15F1; }
span { border-color: rgb(250,21,241); }
td.TdClassName
{
border-color: #FA15F1;
}
.TagClassName
{
border-color: #FA15F1;
}
</style>