Shades of Magenta #FA02FF
Tints of Magenta #FA02FF
RGB
CMYK
RGB Variations
Color information
#FA02FF (or 0xFA02FF) is known color: Magenta. HEX triplet: FA, 02 and FF. RGB value is (250,2,255). Sum of RGB (Red+Green+Blue) = 250+2+255=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 2 (1.17% from 255 or 0.39% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA02FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA02FF is #05FD00. Grayscale: #686868. Windows color (decimal): -392449 or 16712442. OLE color: 16712442.
HSL color Cylindrical-coordinate representation of color #FA02FF: hue angle of 298.81º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA02FF is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 2 | 255 | - |
| CMYK | 0.02 | 0.99 | 0 | 0 |
| HSL | 298.81º | 1% | 0.5% | - |
| HSV(B) | 298.81º | 0.99% | 1% | - |
| XYZ | 57.5 | 27.59 | 96.9 | - |
| YUV | 104.99 | 212.66 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 255 | 0.02 | 0.99 | 0 | 0 | 298.81 | 1 | 0.5 |
| Hex | FA | 2 | FF | 2 | 63 | 0 | 0 | 12B | 64 | 32 |
| Octal | 372 | 2 | 377 | 2 | 143 | 0 | 0 | 453 | 144 | 62 |
| Binary | 11111010 | 10 | 11111111 | 10 | 1100011 | 0 | 0 | 100101011 | 1100100 | 110010 |
Color Harmonies of #FA02FF
Complementary color
Monochromatic Colors of #FA02FF
Black with #FA02FF
Text Example
Text Example
White with #FA02FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02FF; }
p { color: rgb(250,2,255); }
H1.HeaderClassName
{
color: #FA02FF;
}
.AnyTagClassName
{
color: #FA02FF;
}
</style>
background-color css
<style>
a { background-color: #FA02FF; }
a { background-color: rgb(250,2,255); }
div.DivClassName
{
background-color: #FA02FF;
}
.BgClassName
{
background-color: #FA02FF;
}
</style>
border-color css
<style>
span { border-color: #FA02FF; }
span { border-color: rgb(250,2,255); }
td.TdClassName
{
border-color: #FA02FF;
}
.TagClassName
{
border-color: #FA02FF;
}
</style>