Shades of Hot Magenta #FA00C6
Tints of Hot Magenta #FA00C6
RGB
CMYK
RGB Variations
Color information
#FA00C6 (or 0xFA00C6) is known color: Hot Magenta. HEX triplet: FA, 00 and C6. RGB value is (250,0,198). Sum of RGB (Red+Green+Blue) = 250+0+198=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 0 (0.39% from 255 or 0% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00C6 is #05FF39. Grayscale: #606060. Windows color (decimal): -393018 or 12976378. OLE color: 12976378.
HSL color Cylindrical-coordinate representation of color #FA00C6: hue angle of 312.48º 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 #FA00C6 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 198 | - |
| CMYK | 0 | 1 | 0.21 | 0.02 |
| HSL | 312.48º | 1% | 0.49% | - |
| HSV(B) | 312.48º | 1% | 0.98% | - |
| XYZ | 49.62 | 24.4 | 55.52 | - |
| YUV | 97.32 | 184.83 | 236.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 198 | 0 | 1 | 0.21 | 0.02 | 312.48 | 1 | 0.49 |
| Hex | FA | 0 | C6 | 0 | 64 | 15 | 2 | 138 | 64 | 31 |
| Octal | 372 | 0 | 306 | 0 | 144 | 25 | 2 | 470 | 144 | 61 |
| Binary | 11111010 | 0 | 11000110 | 0 | 1100100 | 10101 | 10 | 100111000 | 1100100 | 110001 |
Color Harmonies of #FA00C6
Complementary color
Monochromatic Colors of #FA00C6
Black with #FA00C6
Text Example
Text Example
White with #FA00C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00C6; }
p { color: rgb(250,0,198); }
H1.HeaderClassName
{
color: #FA00C6;
}
.AnyTagClassName
{
color: #FA00C6;
}
</style>
background-color css
<style>
a { background-color: #FA00C6; }
a { background-color: rgb(250,0,198); }
div.DivClassName
{
background-color: #FA00C6;
}
.BgClassName
{
background-color: #FA00C6;
}
</style>
border-color css
<style>
span { border-color: #FA00C6; }
span { border-color: rgb(250,0,198); }
td.TdClassName
{
border-color: #FA00C6;
}
.TagClassName
{
border-color: #FA00C6;
}
</style>