Shades of Hot Magenta #FC14DB
Tints of Hot Magenta #FC14DB
RGB
CMYK
RGB Variations
Color information
#FC14DB (or 0xFC14DB) is known color: Hot Magenta. HEX triplet: FC, 14 and DB. RGB value is (252,20,219). Sum of RGB (Red+Green+Blue) = 252+20+219=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 20 (8.20% from 255 or 4.07% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC14DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC14DB is #03EB24. Grayscale: #6F6F6F. Windows color (decimal): -256805 or 14357756. OLE color: 14357756.
HSL color Cylindrical-coordinate representation of color #FC14DB: hue angle of 308.53º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC14DB is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 219 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.01 |
| HSL | 308.53º | 0.97% | 0.53% | - |
| HSV(B) | 308.53º | 0.92% | 0.99% | - |
| XYZ | 53.18 | 26.31 | 69.29 | - |
| YUV | 112.05 | 188.36 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 219 | 0 | 0.92 | 0.13 | 0.01 | 308.53 | 0.97 | 0.53 |
| Hex | FC | 14 | DB | 0 | 5C | D | 1 | 135 | 61 | 35 |
| Octal | 374 | 24 | 333 | 0 | 134 | 15 | 1 | 465 | 141 | 65 |
| Binary | 11111100 | 10100 | 11011011 | 0 | 1011100 | 1101 | 1 | 100110101 | 1100001 | 110101 |
Color Harmonies of #FC14DB
Complementary color
Monochromatic Colors of #FC14DB
Black with #FC14DB
Text Example
Text Example
White with #FC14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC14DB; }
p { color: rgb(252,20,219); }
H1.HeaderClassName
{
color: #FC14DB;
}
.AnyTagClassName
{
color: #FC14DB;
}
</style>
background-color css
<style>
a { background-color: #FC14DB; }
a { background-color: rgb(252,20,219); }
div.DivClassName
{
background-color: #FC14DB;
}
.BgClassName
{
background-color: #FC14DB;
}
</style>
border-color css
<style>
span { border-color: #FC14DB; }
span { border-color: rgb(252,20,219); }
td.TdClassName
{
border-color: #FC14DB;
}
.TagClassName
{
border-color: #FC14DB;
}
</style>