Shades of Hot Magenta #FA16DF
Tints of Hot Magenta #FA16DF
RGB
CMYK
RGB Variations
Color information
#FA16DF (or 0xFA16DF) is known color: Hot Magenta. HEX triplet: FA, 16 and DF. RGB value is (250,22,223). Sum of RGB (Red+Green+Blue) = 250+22+223=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 22 (8.98% from 255 or 4.44% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA16DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA16DF is #05E920. Grayscale: #707070. Windows color (decimal): -387361 or 14620410. OLE color: 14620410.
HSL color Cylindrical-coordinate representation of color #FA16DF: hue angle of 307.11º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA16DF is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 223 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.02 |
| HSL | 307.11º | 0.96% | 0.53% | - |
| HSV(B) | 307.11º | 0.91% | 0.98% | - |
| XYZ | 53.03 | 26.23 | 72.08 | - |
| YUV | 113.09 | 190.04 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 223 | 0 | 0.91 | 0.11 | 0.02 | 307.11 | 0.96 | 0.53 |
| Hex | FA | 16 | DF | 0 | 5B | B | 2 | 133 | 60 | 35 |
| Octal | 372 | 26 | 337 | 0 | 133 | 13 | 2 | 463 | 140 | 65 |
| Binary | 11111010 | 10110 | 11011111 | 0 | 1011011 | 1011 | 10 | 100110011 | 1100000 | 110101 |
Color Harmonies of #FA16DF
Complementary color
Monochromatic Colors of #FA16DF
Black with #FA16DF
Text Example
Text Example
White with #FA16DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA16DF; }
p { color: rgb(250,22,223); }
H1.HeaderClassName
{
color: #FA16DF;
}
.AnyTagClassName
{
color: #FA16DF;
}
</style>
background-color css
<style>
a { background-color: #FA16DF; }
a { background-color: rgb(250,22,223); }
div.DivClassName
{
background-color: #FA16DF;
}
.BgClassName
{
background-color: #FA16DF;
}
</style>
border-color css
<style>
span { border-color: #FA16DF; }
span { border-color: rgb(250,22,223); }
td.TdClassName
{
border-color: #FA16DF;
}
.TagClassName
{
border-color: #FA16DF;
}
</style>