Shades of Magenta #FA02FE
Tints of Magenta #FA02FE
RGB
CMYK
RGB Variations
Color information
#FA02FE (or 0xFA02FE) is known color: Magenta. HEX triplet: FA, 02 and FE. RGB value is (250,2,254). Sum of RGB (Red+Green+Blue) = 250+2+254=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 2 (1.17% from 255 or 0.40% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA02FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA02FE is #05FD01. Grayscale: #686868. Windows color (decimal): -392450 or 16646906. OLE color: 16646906.
HSL color Cylindrical-coordinate representation of color #FA02FE: hue angle of 299.05º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA02FE is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 2 | 254 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.00 |
| HSL | 299.05º | 0.99% | 0.5% | - |
| HSV(B) | 299.05º | 0.99% | 1% | - |
| XYZ | 57.34 | 27.52 | 96.06 | - |
| YUV | 104.88 | 212.16 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 254 | 0.02 | 0.99 | 0 | 0.00 | 299.05 | 0.99 | 0.5 |
| Hex | FA | 2 | FE | 2 | 63 | 0 | 0 | 12B | 63 | 32 |
| Octal | 372 | 2 | 376 | 2 | 143 | 0 | 0 | 453 | 143 | 62 |
| Binary | 11111010 | 10 | 11111110 | 10 | 1100011 | 0 | 0 | 100101011 | 1100011 | 110010 |
Color Harmonies of #FA02FE
Complementary color
Monochromatic Colors of #FA02FE
Black with #FA02FE
Text Example
Text Example
White with #FA02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02FE; }
p { color: rgb(250,2,254); }
H1.HeaderClassName
{
color: #FA02FE;
}
.AnyTagClassName
{
color: #FA02FE;
}
</style>
background-color css
<style>
a { background-color: #FA02FE; }
a { background-color: rgb(250,2,254); }
div.DivClassName
{
background-color: #FA02FE;
}
.BgClassName
{
background-color: #FA02FE;
}
</style>
border-color css
<style>
span { border-color: #FA02FE; }
span { border-color: rgb(250,2,254); }
td.TdClassName
{
border-color: #FA02FE;
}
.TagClassName
{
border-color: #FA02FE;
}
</style>