Shades of Magenta #FA02FD
Tints of Magenta #FA02FD
RGB
CMYK
RGB Variations
Color information
#FA02FD (or 0xFA02FD) is known color: Magenta. HEX triplet: FA, 02 and FD. RGB value is (250,2,253). Sum of RGB (Red+Green+Blue) = 250+2+253=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 2 (1.17% from 255 or 0.40% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA02FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA02FD is #05FD02. Grayscale: #686868. Windows color (decimal): -392451 or 16581370. OLE color: 16581370.
HSL color Cylindrical-coordinate representation of color #FA02FD: hue angle of 299.28º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA02FD is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 2 | 253 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.01 |
| HSL | 299.28º | 0.98% | 0.5% | - |
| HSV(B) | 299.28º | 0.99% | 0.99% | - |
| XYZ | 57.18 | 27.46 | 95.22 | - |
| YUV | 104.77 | 211.66 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 253 | 0.01 | 0.99 | 0 | 0.01 | 299.28 | 0.98 | 0.5 |
| Hex | FA | 2 | FD | 1 | 63 | 0 | 1 | 12B | 62 | 32 |
| Octal | 372 | 2 | 375 | 1 | 143 | 0 | 1 | 453 | 142 | 62 |
| Binary | 11111010 | 10 | 11111101 | 1 | 1100011 | 0 | 1 | 100101011 | 1100010 | 110010 |
Color Harmonies of #FA02FD
Complementary color
Monochromatic Colors of #FA02FD
Black with #FA02FD
Text Example
Text Example
White with #FA02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02FD; }
p { color: rgb(250,2,253); }
H1.HeaderClassName
{
color: #FA02FD;
}
.AnyTagClassName
{
color: #FA02FD;
}
</style>
background-color css
<style>
a { background-color: #FA02FD; }
a { background-color: rgb(250,2,253); }
div.DivClassName
{
background-color: #FA02FD;
}
.BgClassName
{
background-color: #FA02FD;
}
</style>
border-color css
<style>
span { border-color: #FA02FD; }
span { border-color: rgb(250,2,253); }
td.TdClassName
{
border-color: #FA02FD;
}
.TagClassName
{
border-color: #FA02FD;
}
</style>