Shades of Hot Magenta #FA0FD2
Tints of Hot Magenta #FA0FD2
RGB
CMYK
RGB Variations
Color information
#FA0FD2 (or 0xFA0FD2) is known color: Hot Magenta. HEX triplet: FA, 0F and D2. RGB value is (250,15,210). Sum of RGB (Red+Green+Blue) = 250+15+210=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0FD2 is #05F02D. Grayscale: #6A6A6A. Windows color (decimal): -389166 or 13766650. OLE color: 13766650.
HSL color Cylindrical-coordinate representation of color #FA0FD2: hue angle of 310.21º 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 #FA0FD2 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 210 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.02 |
| HSL | 310.21º | 0.96% | 0.52% | - |
| HSV(B) | 310.21º | 0.94% | 0.98% | - |
| XYZ | 51.23 | 25.32 | 63.16 | - |
| YUV | 107.5 | 185.86 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 210 | 0 | 0.94 | 0.16 | 0.02 | 310.21 | 0.96 | 0.52 |
| Hex | FA | F | D2 | 0 | 5E | 10 | 2 | 136 | 60 | 34 |
| Octal | 372 | 17 | 322 | 0 | 136 | 20 | 2 | 466 | 140 | 64 |
| Binary | 11111010 | 1111 | 11010010 | 0 | 1011110 | 10000 | 10 | 100110110 | 1100000 | 110100 |
Color Harmonies of #FA0FD2
Complementary color
Monochromatic Colors of #FA0FD2
Black with #FA0FD2
Text Example
Text Example
White with #FA0FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0FD2; }
p { color: rgb(250,15,210); }
H1.HeaderClassName
{
color: #FA0FD2;
}
.AnyTagClassName
{
color: #FA0FD2;
}
</style>
background-color css
<style>
a { background-color: #FA0FD2; }
a { background-color: rgb(250,15,210); }
div.DivClassName
{
background-color: #FA0FD2;
}
.BgClassName
{
background-color: #FA0FD2;
}
</style>
border-color css
<style>
span { border-color: #FA0FD2; }
span { border-color: rgb(250,15,210); }
td.TdClassName
{
border-color: #FA0FD2;
}
.TagClassName
{
border-color: #FA0FD2;
}
</style>