Shades of Hot Magenta #FA01C4
Tints of Hot Magenta #FA01C4
RGB
CMYK
RGB Variations
Color information
#FA01C4 (or 0xFA01C4) is known color: Hot Magenta. HEX triplet: FA, 01 and C4. RGB value is (250,1,196). Sum of RGB (Red+Green+Blue) = 250+1+196=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01C4 is #05FE3B. Grayscale: #616161. Windows color (decimal): -392764 or 12845562. OLE color: 12845562.
HSL color Cylindrical-coordinate representation of color #FA01C4: hue angle of 313.01º 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 #FA01C4 is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 196 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.02 |
| HSL | 313.01º | 0.99% | 0.49% | - |
| HSV(B) | 313.01º | 1% | 0.98% | - |
| XYZ | 49.4 | 24.33 | 54.32 | - |
| YUV | 97.68 | 183.49 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 196 | 0 | 1.00 | 0.22 | 0.02 | 313.01 | 0.99 | 0.49 |
| Hex | FA | 1 | C4 | 0 | 64 | 16 | 2 | 139 | 63 | 31 |
| Octal | 372 | 1 | 304 | 0 | 144 | 26 | 2 | 471 | 143 | 61 |
| Binary | 11111010 | 1 | 11000100 | 0 | 1100100 | 10110 | 10 | 100111001 | 1100011 | 110001 |
Color Harmonies of #FA01C4
Complementary color
Monochromatic Colors of #FA01C4
Black with #FA01C4
Text Example
Text Example
White with #FA01C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01C4; }
p { color: rgb(250,1,196); }
H1.HeaderClassName
{
color: #FA01C4;
}
.AnyTagClassName
{
color: #FA01C4;
}
</style>
background-color css
<style>
a { background-color: #FA01C4; }
a { background-color: rgb(250,1,196); }
div.DivClassName
{
background-color: #FA01C4;
}
.BgClassName
{
background-color: #FA01C4;
}
</style>
border-color css
<style>
span { border-color: #FA01C4; }
span { border-color: rgb(250,1,196); }
td.TdClassName
{
border-color: #FA01C4;
}
.TagClassName
{
border-color: #FA01C4;
}
</style>