Shades of Hot Magenta #FA01CF
Tints of Hot Magenta #FA01CF
RGB
CMYK
RGB Variations
Color information
#FA01CF (or 0xFA01CF) is known color: Hot Magenta. HEX triplet: FA, 01 and CF. RGB value is (250,1,207). Sum of RGB (Red+Green+Blue) = 250+1+207=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01CF is #05FE30. Grayscale: #626262. Windows color (decimal): -392753 or 13566458. OLE color: 13566458.
HSL color Cylindrical-coordinate representation of color #FA01CF: hue angle of 310.36º 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 #FA01CF is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.02 |
| HSL | 310.36º | 0.99% | 0.49% | - |
| HSV(B) | 310.36º | 1% | 0.98% | - |
| XYZ | 50.7 | 24.85 | 61.16 | - |
| YUV | 98.94 | 188.99 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 207 | 0 | 1.00 | 0.17 | 0.02 | 310.36 | 0.99 | 0.49 |
| Hex | FA | 1 | CF | 0 | 64 | 11 | 2 | 136 | 63 | 31 |
| Octal | 372 | 1 | 317 | 0 | 144 | 21 | 2 | 466 | 143 | 61 |
| Binary | 11111010 | 1 | 11001111 | 0 | 1100100 | 10001 | 10 | 100110110 | 1100011 | 110001 |
Color Harmonies of #FA01CF
Complementary color
Monochromatic Colors of #FA01CF
Black with #FA01CF
Text Example
Text Example
White with #FA01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01CF; }
p { color: rgb(250,1,207); }
H1.HeaderClassName
{
color: #FA01CF;
}
.AnyTagClassName
{
color: #FA01CF;
}
</style>
background-color css
<style>
a { background-color: #FA01CF; }
a { background-color: rgb(250,1,207); }
div.DivClassName
{
background-color: #FA01CF;
}
.BgClassName
{
background-color: #FA01CF;
}
</style>
border-color css
<style>
span { border-color: #FA01CF; }
span { border-color: rgb(250,1,207); }
td.TdClassName
{
border-color: #FA01CF;
}
.TagClassName
{
border-color: #FA01CF;
}
</style>