Shades of Magenta #FA15EA
Tints of Magenta #FA15EA
RGB
CMYK
RGB Variations
Color information
#FA15EA (or 0xFA15EA) is known color: Magenta. HEX triplet: FA, 15 and EA. RGB value is (250,21,234). Sum of RGB (Red+Green+Blue) = 250+21+234=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 21 (8.59% from 255 or 4.16% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA15EA is #05EA15. Grayscale: #717171. Windows color (decimal): -387606 or 15341050. OLE color: 15341050.
HSL color Cylindrical-coordinate representation of color #FA15EA: hue angle of 304.19º 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 #FA15EA is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 234 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.02 |
| HSL | 304.19º | 0.96% | 0.53% | - |
| HSV(B) | 304.19º | 0.92% | 0.98% | - |
| XYZ | 54.54 | 26.8 | 80.14 | - |
| YUV | 113.75 | 195.87 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 234 | 0 | 0.92 | 0.06 | 0.02 | 304.19 | 0.96 | 0.53 |
| Hex | FA | 15 | EA | 0 | 5C | 6 | 2 | 130 | 60 | 35 |
| Octal | 372 | 25 | 352 | 0 | 134 | 6 | 2 | 460 | 140 | 65 |
| Binary | 11111010 | 10101 | 11101010 | 0 | 1011100 | 110 | 10 | 100110000 | 1100000 | 110101 |
Color Harmonies of #FA15EA
Complementary color
Monochromatic Colors of #FA15EA
Black with #FA15EA
Text Example
Text Example
White with #FA15EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA15EA; }
p { color: rgb(250,21,234); }
H1.HeaderClassName
{
color: #FA15EA;
}
.AnyTagClassName
{
color: #FA15EA;
}
</style>
background-color css
<style>
a { background-color: #FA15EA; }
a { background-color: rgb(250,21,234); }
div.DivClassName
{
background-color: #FA15EA;
}
.BgClassName
{
background-color: #FA15EA;
}
</style>
border-color css
<style>
span { border-color: #FA15EA; }
span { border-color: rgb(250,21,234); }
td.TdClassName
{
border-color: #FA15EA;
}
.TagClassName
{
border-color: #FA15EA;
}
</style>