Shades of Hot Magenta #FA01CB
Tints of Hot Magenta #FA01CB
RGB
CMYK
RGB Variations
Color information
#FA01CB (or 0xFA01CB) is known color: Hot Magenta. HEX triplet: FA, 01 and CB. RGB value is (250,1,203). Sum of RGB (Red+Green+Blue) = 250+1+203=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01CB is #05FE34. Grayscale: #616161. Windows color (decimal): -392757 or 13304314. OLE color: 13304314.
HSL color Cylindrical-coordinate representation of color #FA01CB: hue angle of 311.33º 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 #FA01CB is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 203 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.02 |
| HSL | 311.33º | 0.99% | 0.49% | - |
| HSV(B) | 311.33º | 1% | 0.98% | - |
| XYZ | 50.21 | 24.66 | 58.61 | - |
| YUV | 98.48 | 186.99 | 236.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 203 | 0 | 1.00 | 0.19 | 0.02 | 311.33 | 0.99 | 0.49 |
| Hex | FA | 1 | CB | 0 | 64 | 13 | 2 | 137 | 63 | 31 |
| Octal | 372 | 1 | 313 | 0 | 144 | 23 | 2 | 467 | 143 | 61 |
| Binary | 11111010 | 1 | 11001011 | 0 | 1100100 | 10011 | 10 | 100110111 | 1100011 | 110001 |
Color Harmonies of #FA01CB
Complementary color
Monochromatic Colors of #FA01CB
Black with #FA01CB
Text Example
Text Example
White with #FA01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01CB; }
p { color: rgb(250,1,203); }
H1.HeaderClassName
{
color: #FA01CB;
}
.AnyTagClassName
{
color: #FA01CB;
}
</style>
background-color css
<style>
a { background-color: #FA01CB; }
a { background-color: rgb(250,1,203); }
div.DivClassName
{
background-color: #FA01CB;
}
.BgClassName
{
background-color: #FA01CB;
}
</style>
border-color css
<style>
span { border-color: #FA01CB; }
span { border-color: rgb(250,1,203); }
td.TdClassName
{
border-color: #FA01CB;
}
.TagClassName
{
border-color: #FA01CB;
}
</style>