Shades of Hot Magenta #FB10D6
Tints of Hot Magenta #FB10D6
RGB
CMYK
RGB Variations
Color information
#FB10D6 (or 0xFB10D6) is known color: Hot Magenta. HEX triplet: FB, 10 and D6. RGB value is (251,16,214). Sum of RGB (Red+Green+Blue) = 251+16+214=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB10D6 is #04EF29. Grayscale: #6C6C6C. Windows color (decimal): -323370 or 14029051. OLE color: 14029051.
HSL color Cylindrical-coordinate representation of color #FB10D6: hue angle of 309.45º degrees, saturation: 0.97, 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 #FB10D6 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 214 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.02 |
| HSL | 309.45º | 0.97% | 0.52% | - |
| HSV(B) | 309.45º | 0.94% | 0.98% | - |
| XYZ | 52.11 | 25.73 | 65.84 | - |
| YUV | 108.84 | 187.36 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 214 | 0 | 0.94 | 0.15 | 0.02 | 309.45 | 0.97 | 0.52 |
| Hex | FB | 10 | D6 | 0 | 5E | F | 2 | 135 | 61 | 34 |
| Octal | 373 | 20 | 326 | 0 | 136 | 17 | 2 | 465 | 141 | 64 |
| Binary | 11111011 | 10000 | 11010110 | 0 | 1011110 | 1111 | 10 | 100110101 | 1100001 | 110100 |
Color Harmonies of #FB10D6
Complementary color
Monochromatic Colors of #FB10D6
Black with #FB10D6
Text Example
Text Example
White with #FB10D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB10D6; }
p { color: rgb(251,16,214); }
H1.HeaderClassName
{
color: #FB10D6;
}
.AnyTagClassName
{
color: #FB10D6;
}
</style>
background-color css
<style>
a { background-color: #FB10D6; }
a { background-color: rgb(251,16,214); }
div.DivClassName
{
background-color: #FB10D6;
}
.BgClassName
{
background-color: #FB10D6;
}
</style>
border-color css
<style>
span { border-color: #FB10D6; }
span { border-color: rgb(251,16,214); }
td.TdClassName
{
border-color: #FB10D6;
}
.TagClassName
{
border-color: #FB10D6;
}
</style>