Shades of Magenta #FA00FE
Tints of Magenta #FA00FE
RGB
CMYK
RGB Variations
Color information
#FA00FE (or 0xFA00FE) is known color: Magenta. HEX triplet: FA, 00 and FE. RGB value is (250,0,254). Sum of RGB (Red+Green+Blue) = 250+0+254=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 0 (0.39% from 255 or 0% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA00FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA00FE is #05FF01. Grayscale: #666666. Windows color (decimal): -392962 or 16646394. OLE color: 16646394.
HSL color Cylindrical-coordinate representation of color #FA00FE: hue angle of 299.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA00FE is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 0 | 254 | - |
| CMYK | 0.02 | 1 | 0 | 0.00 |
| HSL | 299.06º | 1% | 0.5% | - |
| HSV(B) | 299.06º | 1% | 1% | - |
| XYZ | 57.31 | 27.48 | 96.05 | - |
| YUV | 103.71 | 212.83 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 254 | 0.02 | 1 | 0 | 0.00 | 299.06 | 1 | 0.5 |
| Hex | FA | 0 | FE | 2 | 64 | 0 | 0 | 12B | 64 | 32 |
| Octal | 372 | 0 | 376 | 2 | 144 | 0 | 0 | 453 | 144 | 62 |
| Binary | 11111010 | 0 | 11111110 | 10 | 1100100 | 0 | 0 | 100101011 | 1100100 | 110010 |
Color Harmonies of #FA00FE
Complementary color
Monochromatic Colors of #FA00FE
Black with #FA00FE
Text Example
Text Example
White with #FA00FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00FE; }
p { color: rgb(250,0,254); }
H1.HeaderClassName
{
color: #FA00FE;
}
.AnyTagClassName
{
color: #FA00FE;
}
</style>
background-color css
<style>
a { background-color: #FA00FE; }
a { background-color: rgb(250,0,254); }
div.DivClassName
{
background-color: #FA00FE;
}
.BgClassName
{
background-color: #FA00FE;
}
</style>
border-color css
<style>
span { border-color: #FA00FE; }
span { border-color: rgb(250,0,254); }
td.TdClassName
{
border-color: #FA00FE;
}
.TagClassName
{
border-color: #FA00FE;
}
</style>