Shades of Magenta #FA02EF
Tints of Magenta #FA02EF
RGB
CMYK
RGB Variations
Color information
#FA02EF (or 0xFA02EF) is known color: Magenta. HEX triplet: FA, 02 and EF. RGB value is (250,2,239). Sum of RGB (Red+Green+Blue) = 250+2+239=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 2 (1.17% from 255 or 0.41% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA02EF is #05FD10. Grayscale: #666666. Windows color (decimal): -392465 or 15663866. OLE color: 15663866.
HSL color Cylindrical-coordinate representation of color #FA02EF: hue angle of 302.66º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA02EF is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 239 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.02 |
| HSL | 302.66º | 0.98% | 0.49% | - |
| HSV(B) | 302.66º | 0.99% | 0.98% | - |
| XYZ | 55.03 | 26.6 | 83.9 | - |
| YUV | 103.17 | 204.66 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 239 | 0 | 0.99 | 0.04 | 0.02 | 302.66 | 0.98 | 0.49 |
| Hex | FA | 2 | EF | 0 | 63 | 4 | 2 | 12F | 62 | 31 |
| Octal | 372 | 2 | 357 | 0 | 143 | 4 | 2 | 457 | 142 | 61 |
| Binary | 11111010 | 10 | 11101111 | 0 | 1100011 | 100 | 10 | 100101111 | 1100010 | 110001 |
Color Harmonies of #FA02EF
Complementary color
Monochromatic Colors of #FA02EF
Black with #FA02EF
Text Example
Text Example
White with #FA02EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02EF; }
p { color: rgb(250,2,239); }
H1.HeaderClassName
{
color: #FA02EF;
}
.AnyTagClassName
{
color: #FA02EF;
}
</style>
background-color css
<style>
a { background-color: #FA02EF; }
a { background-color: rgb(250,2,239); }
div.DivClassName
{
background-color: #FA02EF;
}
.BgClassName
{
background-color: #FA02EF;
}
</style>
border-color css
<style>
span { border-color: #FA02EF; }
span { border-color: rgb(250,2,239); }
td.TdClassName
{
border-color: #FA02EF;
}
.TagClassName
{
border-color: #FA02EF;
}
</style>