Shades of Magenta #FA02F7
Tints of Magenta #FA02F7
RGB
CMYK
RGB Variations
Color information
#FA02F7 (or 0xFA02F7) is known color: Magenta. HEX triplet: FA, 02 and F7. RGB value is (250,2,247). Sum of RGB (Red+Green+Blue) = 250+2+247=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 2 (1.17% from 255 or 0.40% from 499); Blue value is 247 (96.88% from 255 or 49.50% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA02F7 is #05FD08. Grayscale: #676767. Windows color (decimal): -392457 or 16188154. OLE color: 16188154.
HSL color Cylindrical-coordinate representation of color #FA02F7: hue angle of 300.73º 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 #FA02F7 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 247 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.02 |
| HSL | 300.73º | 0.98% | 0.49% | - |
| HSV(B) | 300.73º | 0.99% | 0.98% | - |
| XYZ | 56.23 | 27.08 | 90.26 | - |
| YUV | 104.08 | 208.66 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 247 | 0 | 0.99 | 0.01 | 0.02 | 300.73 | 0.98 | 0.49 |
| Hex | FA | 2 | F7 | 0 | 63 | 1 | 2 | 12D | 62 | 31 |
| Octal | 372 | 2 | 367 | 0 | 143 | 1 | 2 | 455 | 142 | 61 |
| Binary | 11111010 | 10 | 11110111 | 0 | 1100011 | 1 | 10 | 100101101 | 1100010 | 110001 |
Color Harmonies of #FA02F7
Complementary color
Monochromatic Colors of #FA02F7
Black with #FA02F7
Text Example
Text Example
White with #FA02F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02F7; }
p { color: rgb(250,2,247); }
H1.HeaderClassName
{
color: #FA02F7;
}
.AnyTagClassName
{
color: #FA02F7;
}
</style>
background-color css
<style>
a { background-color: #FA02F7; }
a { background-color: rgb(250,2,247); }
div.DivClassName
{
background-color: #FA02F7;
}
.BgClassName
{
background-color: #FA02F7;
}
</style>
border-color css
<style>
span { border-color: #FA02F7; }
span { border-color: rgb(250,2,247); }
td.TdClassName
{
border-color: #FA02F7;
}
.TagClassName
{
border-color: #FA02F7;
}
</style>