Shades of Hot Magenta #FB14DB
Tints of Hot Magenta #FB14DB
RGB
CMYK
RGB Variations
Color information
#FB14DB (or 0xFB14DB) is known color: Hot Magenta. HEX triplet: FB, 14 and DB. RGB value is (251,20,219). Sum of RGB (Red+Green+Blue) = 251+20+219=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 20 (8.20% from 255 or 4.08% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB14DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB14DB is #04EB24. Grayscale: #6F6F6F. Windows color (decimal): -322341 or 14357755. OLE color: 14357755.
HSL color Cylindrical-coordinate representation of color #FB14DB: hue angle of 308.31º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB14DB is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 219 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.02 |
| HSL | 308.31º | 0.97% | 0.53% | - |
| HSV(B) | 308.31º | 0.92% | 0.98% | - |
| XYZ | 52.82 | 26.12 | 69.28 | - |
| YUV | 111.76 | 188.53 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 219 | 0 | 0.92 | 0.13 | 0.02 | 308.31 | 0.97 | 0.53 |
| Hex | FB | 14 | DB | 0 | 5C | D | 2 | 134 | 61 | 35 |
| Octal | 373 | 24 | 333 | 0 | 134 | 15 | 2 | 464 | 141 | 65 |
| Binary | 11111011 | 10100 | 11011011 | 0 | 1011100 | 1101 | 10 | 100110100 | 1100001 | 110101 |
Color Harmonies of #FB14DB
Complementary color
Monochromatic Colors of #FB14DB
Black with #FB14DB
Text Example
Text Example
White with #FB14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14DB; }
p { color: rgb(251,20,219); }
H1.HeaderClassName
{
color: #FB14DB;
}
.AnyTagClassName
{
color: #FB14DB;
}
</style>
background-color css
<style>
a { background-color: #FB14DB; }
a { background-color: rgb(251,20,219); }
div.DivClassName
{
background-color: #FB14DB;
}
.BgClassName
{
background-color: #FB14DB;
}
</style>
border-color css
<style>
span { border-color: #FB14DB; }
span { border-color: rgb(251,20,219); }
td.TdClassName
{
border-color: #FB14DB;
}
.TagClassName
{
border-color: #FB14DB;
}
</style>