Shades of Hot Magenta #FA0FDF
Tints of Hot Magenta #FA0FDF
RGB
CMYK
RGB Variations
Color information
#FA0FDF (or 0xFA0FDF) is known color: Hot Magenta. HEX triplet: FA, 0F and DF. RGB value is (250,15,223). Sum of RGB (Red+Green+Blue) = 250+15+223=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0FDF is #05F020. Grayscale: #6C6C6C. Windows color (decimal): -389153 or 14618618. OLE color: 14618618.
HSL color Cylindrical-coordinate representation of color #FA0FDF: hue angle of 306.89º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0FDF is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 223 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.02 |
| HSL | 306.89º | 0.96% | 0.52% | - |
| HSV(B) | 306.89º | 0.94% | 0.98% | - |
| XYZ | 52.91 | 25.99 | 72.04 | - |
| YUV | 108.98 | 192.36 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 223 | 0 | 0.94 | 0.11 | 0.02 | 306.89 | 0.96 | 0.52 |
| Hex | FA | F | DF | 0 | 5E | B | 2 | 133 | 60 | 34 |
| Octal | 372 | 17 | 337 | 0 | 136 | 13 | 2 | 463 | 140 | 64 |
| Binary | 11111010 | 1111 | 11011111 | 0 | 1011110 | 1011 | 10 | 100110011 | 1100000 | 110100 |
Color Harmonies of #FA0FDF
Complementary color
Monochromatic Colors of #FA0FDF
Black with #FA0FDF
Text Example
Text Example
White with #FA0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0FDF; }
p { color: rgb(250,15,223); }
H1.HeaderClassName
{
color: #FA0FDF;
}
.AnyTagClassName
{
color: #FA0FDF;
}
</style>
background-color css
<style>
a { background-color: #FA0FDF; }
a { background-color: rgb(250,15,223); }
div.DivClassName
{
background-color: #FA0FDF;
}
.BgClassName
{
background-color: #FA0FDF;
}
</style>
border-color css
<style>
span { border-color: #FA0FDF; }
span { border-color: rgb(250,15,223); }
td.TdClassName
{
border-color: #FA0FDF;
}
.TagClassName
{
border-color: #FA0FDF;
}
</style>