Shades of Hot Magenta #FA0FDD
Tints of Hot Magenta #FA0FDD
RGB
CMYK
RGB Variations
Color information
#FA0FDD (or 0xFA0FDD) is known color: Hot Magenta. HEX triplet: FA, 0F and DD. RGB value is (250,15,221). Sum of RGB (Red+Green+Blue) = 250+15+221=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 15 (6.25% from 255 or 3.09% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0FDD is #05F022. Grayscale: #6C6C6C. Windows color (decimal): -389155 or 14487546. OLE color: 14487546.
HSL color Cylindrical-coordinate representation of color #FA0FDD: hue angle of 307.4º 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 #FA0FDD is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 221 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.02 |
| HSL | 307.4º | 0.96% | 0.52% | - |
| HSV(B) | 307.4º | 0.94% | 0.98% | - |
| XYZ | 52.65 | 25.89 | 70.63 | - |
| YUV | 108.75 | 191.36 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 221 | 0 | 0.94 | 0.12 | 0.02 | 307.4 | 0.96 | 0.52 |
| Hex | FA | F | DD | 0 | 5E | C | 2 | 133 | 60 | 34 |
| Octal | 372 | 17 | 335 | 0 | 136 | 14 | 2 | 463 | 140 | 64 |
| Binary | 11111010 | 1111 | 11011101 | 0 | 1011110 | 1100 | 10 | 100110011 | 1100000 | 110100 |
Color Harmonies of #FA0FDD
Complementary color
Monochromatic Colors of #FA0FDD
Black with #FA0FDD
Text Example
Text Example
White with #FA0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0FDD; }
p { color: rgb(250,15,221); }
H1.HeaderClassName
{
color: #FA0FDD;
}
.AnyTagClassName
{
color: #FA0FDD;
}
</style>
background-color css
<style>
a { background-color: #FA0FDD; }
a { background-color: rgb(250,15,221); }
div.DivClassName
{
background-color: #FA0FDD;
}
.BgClassName
{
background-color: #FA0FDD;
}
</style>
border-color css
<style>
span { border-color: #FA0FDD; }
span { border-color: rgb(250,15,221); }
td.TdClassName
{
border-color: #FA0FDD;
}
.TagClassName
{
border-color: #FA0FDD;
}
</style>