Shades of Hot Magenta #FB12DD
Tints of Hot Magenta #FB12DD
RGB
CMYK
RGB Variations
Color information
#FB12DD (or 0xFB12DD) is known color: Hot Magenta. HEX triplet: FB, 12 and DD. RGB value is (251,18,221). Sum of RGB (Red+Green+Blue) = 251+18+221=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 18 (7.42% from 255 or 3.67% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB12DD is #04ED22. Grayscale: #6E6E6E. Windows color (decimal): -322851 or 14488315. OLE color: 14488315.
HSL color Cylindrical-coordinate representation of color #FB12DD: hue angle of 307.73º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB12DD is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 221 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.02 |
| HSL | 307.73º | 0.97% | 0.53% | - |
| HSV(B) | 307.73º | 0.93% | 0.98% | - |
| XYZ | 53.05 | 26.16 | 70.66 | - |
| YUV | 110.81 | 190.19 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 221 | 0 | 0.93 | 0.12 | 0.02 | 307.73 | 0.97 | 0.53 |
| Hex | FB | 12 | DD | 0 | 5D | C | 2 | 134 | 61 | 35 |
| Octal | 373 | 22 | 335 | 0 | 135 | 14 | 2 | 464 | 141 | 65 |
| Binary | 11111011 | 10010 | 11011101 | 0 | 1011101 | 1100 | 10 | 100110100 | 1100001 | 110101 |
Color Harmonies of #FB12DD
Complementary color
Monochromatic Colors of #FB12DD
Black with #FB12DD
Text Example
Text Example
White with #FB12DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB12DD; }
p { color: rgb(251,18,221); }
H1.HeaderClassName
{
color: #FB12DD;
}
.AnyTagClassName
{
color: #FB12DD;
}
</style>
background-color css
<style>
a { background-color: #FB12DD; }
a { background-color: rgb(251,18,221); }
div.DivClassName
{
background-color: #FB12DD;
}
.BgClassName
{
background-color: #FB12DD;
}
</style>
border-color css
<style>
span { border-color: #FB12DD; }
span { border-color: rgb(251,18,221); }
td.TdClassName
{
border-color: #FB12DD;
}
.TagClassName
{
border-color: #FB12DD;
}
</style>