Shades of Hot Magenta #FA00CE
Tints of Hot Magenta #FA00CE
RGB
CMYK
RGB Variations
Color information
#FA00CE (or 0xFA00CE) is known color: Hot Magenta. HEX triplet: FA, 00 and CE. RGB value is (250,0,206). Sum of RGB (Red+Green+Blue) = 250+0+206=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 0 (0.39% from 255 or 0% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00CE is #05FF31. Grayscale: #616161. Windows color (decimal): -393010 or 13500666. OLE color: 13500666.
HSL color Cylindrical-coordinate representation of color #FA00CE: hue angle of 310.56º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA00CE is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 206 | - |
| CMYK | 0 | 1 | 0.18 | 0.02 |
| HSL | 310.56º | 1% | 0.49% | - |
| HSV(B) | 310.56º | 1% | 0.98% | - |
| XYZ | 50.56 | 24.78 | 60.51 | - |
| YUV | 98.23 | 188.83 | 236.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 206 | 0 | 1 | 0.18 | 0.02 | 310.56 | 1 | 0.49 |
| Hex | FA | 0 | CE | 0 | 64 | 12 | 2 | 137 | 64 | 31 |
| Octal | 372 | 0 | 316 | 0 | 144 | 22 | 2 | 467 | 144 | 61 |
| Binary | 11111010 | 0 | 11001110 | 0 | 1100100 | 10010 | 10 | 100110111 | 1100100 | 110001 |
Color Harmonies of #FA00CE
Complementary color
Monochromatic Colors of #FA00CE
Black with #FA00CE
Text Example
Text Example
White with #FA00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00CE; }
p { color: rgb(250,0,206); }
H1.HeaderClassName
{
color: #FA00CE;
}
.AnyTagClassName
{
color: #FA00CE;
}
</style>
background-color css
<style>
a { background-color: #FA00CE; }
a { background-color: rgb(250,0,206); }
div.DivClassName
{
background-color: #FA00CE;
}
.BgClassName
{
background-color: #FA00CE;
}
</style>
border-color css
<style>
span { border-color: #FA00CE; }
span { border-color: rgb(250,0,206); }
td.TdClassName
{
border-color: #FA00CE;
}
.TagClassName
{
border-color: #FA00CE;
}
</style>