Shades of Hot Magenta #FA01C5
Tints of Hot Magenta #FA01C5
RGB
CMYK
RGB Variations
Color information
#FA01C5 (or 0xFA01C5) is known color: Hot Magenta. HEX triplet: FA, 01 and C5. RGB value is (250,1,197). Sum of RGB (Red+Green+Blue) = 250+1+197=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 1 (0.78% from 255 or 0.22% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01C5 is #05FE3A. Grayscale: #616161. Windows color (decimal): -392763 or 12911098. OLE color: 12911098.
HSL color Cylindrical-coordinate representation of color #FA01C5: hue angle of 312.77º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01C5 is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 197 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.02 |
| HSL | 312.77º | 0.99% | 0.49% | - |
| HSV(B) | 312.77º | 1% | 0.98% | - |
| XYZ | 49.51 | 24.38 | 54.92 | - |
| YUV | 97.8 | 183.99 | 236.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 197 | 0 | 1.00 | 0.21 | 0.02 | 312.77 | 0.99 | 0.49 |
| Hex | FA | 1 | C5 | 0 | 64 | 15 | 2 | 139 | 63 | 31 |
| Octal | 372 | 1 | 305 | 0 | 144 | 25 | 2 | 471 | 143 | 61 |
| Binary | 11111010 | 1 | 11000101 | 0 | 1100100 | 10101 | 10 | 100111001 | 1100011 | 110001 |
Color Harmonies of #FA01C5
Complementary color
Monochromatic Colors of #FA01C5
Black with #FA01C5
Text Example
Text Example
White with #FA01C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01C5; }
p { color: rgb(250,1,197); }
H1.HeaderClassName
{
color: #FA01C5;
}
.AnyTagClassName
{
color: #FA01C5;
}
</style>
background-color css
<style>
a { background-color: #FA01C5; }
a { background-color: rgb(250,1,197); }
div.DivClassName
{
background-color: #FA01C5;
}
.BgClassName
{
background-color: #FA01C5;
}
</style>
border-color css
<style>
span { border-color: #FA01C5; }
span { border-color: rgb(250,1,197); }
td.TdClassName
{
border-color: #FA01C5;
}
.TagClassName
{
border-color: #FA01C5;
}
</style>