Shades of Hot Magenta #FA17DB
Tints of Hot Magenta #FA17DB
RGB
CMYK
RGB Variations
Color information
#FA17DB (or 0xFA17DB) is known color: Hot Magenta. HEX triplet: FA, 17 and DB. RGB value is (250,23,219). Sum of RGB (Red+Green+Blue) = 250+23+219=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 23 (9.38% from 255 or 4.67% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA17DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA17DB is #05E824. Grayscale: #707070. Windows color (decimal): -387109 or 14358522. OLE color: 14358522.
HSL color Cylindrical-coordinate representation of color #FA17DB: hue angle of 308.19º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA17DB is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 219 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.02 |
| HSL | 308.19º | 0.96% | 0.54% | - |
| HSV(B) | 308.19º | 0.91% | 0.98% | - |
| XYZ | 52.52 | 26.05 | 69.28 | - |
| YUV | 113.22 | 187.71 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 219 | 0 | 0.91 | 0.12 | 0.02 | 308.19 | 0.96 | 0.54 |
| Hex | FA | 17 | DB | 0 | 5B | C | 2 | 134 | 60 | 36 |
| Octal | 372 | 27 | 333 | 0 | 133 | 14 | 2 | 464 | 140 | 66 |
| Binary | 11111010 | 10111 | 11011011 | 0 | 1011011 | 1100 | 10 | 100110100 | 1100000 | 110110 |
Color Harmonies of #FA17DB
Complementary color
Monochromatic Colors of #FA17DB
Black with #FA17DB
Text Example
Text Example
White with #FA17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA17DB; }
p { color: rgb(250,23,219); }
H1.HeaderClassName
{
color: #FA17DB;
}
.AnyTagClassName
{
color: #FA17DB;
}
</style>
background-color css
<style>
a { background-color: #FA17DB; }
a { background-color: rgb(250,23,219); }
div.DivClassName
{
background-color: #FA17DB;
}
.BgClassName
{
background-color: #FA17DB;
}
</style>
border-color css
<style>
span { border-color: #FA17DB; }
span { border-color: rgb(250,23,219); }
td.TdClassName
{
border-color: #FA17DB;
}
.TagClassName
{
border-color: #FA17DB;
}
</style>