Shades of Hot Magenta #FA0ACB
Tints of Hot Magenta #FA0ACB
RGB
CMYK
RGB Variations
Color information
#FA0ACB (or 0xFA0ACB) is known color: Hot Magenta. HEX triplet: FA, 0A and CB. RGB value is (250,10,203). Sum of RGB (Red+Green+Blue) = 250+10+203=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 10 (4.30% from 255 or 2.16% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ACB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ACB is #05F534. Grayscale: #676767. Windows color (decimal): -390453 or 13306618. OLE color: 13306618.
HSL color Cylindrical-coordinate representation of color #FA0ACB: hue angle of 311.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0ACB is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 203 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.02 |
| HSL | 311.75º | 0.96% | 0.51% | - |
| HSV(B) | 311.75º | 0.96% | 0.98% | - |
| XYZ | 50.31 | 24.85 | 58.65 | - |
| YUV | 103.76 | 184.01 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 203 | 0 | 0.96 | 0.19 | 0.02 | 311.75 | 0.96 | 0.51 |
| Hex | FA | A | CB | 0 | 60 | 13 | 2 | 138 | 60 | 33 |
| Octal | 372 | 12 | 313 | 0 | 140 | 23 | 2 | 470 | 140 | 63 |
| Binary | 11111010 | 1010 | 11001011 | 0 | 1100000 | 10011 | 10 | 100111000 | 1100000 | 110011 |
Color Harmonies of #FA0ACB
Complementary color
Monochromatic Colors of #FA0ACB
Black with #FA0ACB
Text Example
Text Example
White with #FA0ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0ACB; }
p { color: rgb(250,10,203); }
H1.HeaderClassName
{
color: #FA0ACB;
}
.AnyTagClassName
{
color: #FA0ACB;
}
</style>
background-color css
<style>
a { background-color: #FA0ACB; }
a { background-color: rgb(250,10,203); }
div.DivClassName
{
background-color: #FA0ACB;
}
.BgClassName
{
background-color: #FA0ACB;
}
</style>
border-color css
<style>
span { border-color: #FA0ACB; }
span { border-color: rgb(250,10,203); }
td.TdClassName
{
border-color: #FA0ACB;
}
.TagClassName
{
border-color: #FA0ACB;
}
</style>