Shades of Hot Magenta #FA00C0
Tints of Hot Magenta #FA00C0
RGB
CMYK
RGB Variations
Color information
#FA00C0 (or 0xFA00C0) is known color: Hot Magenta. HEX triplet: FA, 00 and C0. RGB value is (250,0,192). Sum of RGB (Red+Green+Blue) = 250+0+192=442 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.56% from 442); Green value is 0 (0.39% from 255 or 0% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00C0 is #05FF3F. Grayscale: #606060. Windows color (decimal): -393024 or 12583162. OLE color: 12583162.
HSL color Cylindrical-coordinate representation of color #FA00C0: hue angle of 313.92º 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 #FA00C0 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.23 | 0.02 |
| HSL | 313.92º | 1% | 0.49% | - |
| HSV(B) | 313.92º | 1% | 0.98% | - |
| XYZ | 48.94 | 24.13 | 51.95 | - |
| YUV | 96.64 | 181.83 | 237.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 192 | 0 | 1 | 0.23 | 0.02 | 313.92 | 1 | 0.49 |
| Hex | FA | 0 | C0 | 0 | 64 | 17 | 2 | 13A | 64 | 31 |
| Octal | 372 | 0 | 300 | 0 | 144 | 27 | 2 | 472 | 144 | 61 |
| Binary | 11111010 | 0 | 11000000 | 0 | 1100100 | 10111 | 10 | 100111010 | 1100100 | 110001 |
Color Harmonies of #FA00C0
Complementary color
Monochromatic Colors of #FA00C0
Black with #FA00C0
Text Example
Text Example
White with #FA00C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00C0; }
p { color: rgb(250,0,192); }
H1.HeaderClassName
{
color: #FA00C0;
}
.AnyTagClassName
{
color: #FA00C0;
}
</style>
background-color css
<style>
a { background-color: #FA00C0; }
a { background-color: rgb(250,0,192); }
div.DivClassName
{
background-color: #FA00C0;
}
.BgClassName
{
background-color: #FA00C0;
}
</style>
border-color css
<style>
span { border-color: #FA00C0; }
span { border-color: rgb(250,0,192); }
td.TdClassName
{
border-color: #FA00C0;
}
.TagClassName
{
border-color: #FA00C0;
}
</style>