Shades of Hot Magenta #FB10D1
Tints of Hot Magenta #FB10D1
RGB
CMYK
RGB Variations
Color information
#FB10D1 (or 0xFB10D1) is known color: Hot Magenta. HEX triplet: FB, 10 and D1. RGB value is (251,16,209). Sum of RGB (Red+Green+Blue) = 251+16+209=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 16 (6.64% from 255 or 3.36% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB10D1 is #04EF2E. Grayscale: #6B6B6B. Windows color (decimal): -323375 or 13701371. OLE color: 13701371.
HSL color Cylindrical-coordinate representation of color #FB10D1: hue angle of 310.72º 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 #FB10D1 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 209 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.02 |
| HSL | 310.72º | 0.97% | 0.52% | - |
| HSV(B) | 310.72º | 0.94% | 0.98% | - |
| XYZ | 51.48 | 25.48 | 62.53 | - |
| YUV | 108.27 | 184.86 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 209 | 0 | 0.94 | 0.17 | 0.02 | 310.72 | 0.97 | 0.52 |
| Hex | FB | 10 | D1 | 0 | 5E | 11 | 2 | 137 | 61 | 34 |
| Octal | 373 | 20 | 321 | 0 | 136 | 21 | 2 | 467 | 141 | 64 |
| Binary | 11111011 | 10000 | 11010001 | 0 | 1011110 | 10001 | 10 | 100110111 | 1100001 | 110100 |
Color Harmonies of #FB10D1
Complementary color
Monochromatic Colors of #FB10D1
Black with #FB10D1
Text Example
Text Example
White with #FB10D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB10D1; }
p { color: rgb(251,16,209); }
H1.HeaderClassName
{
color: #FB10D1;
}
.AnyTagClassName
{
color: #FB10D1;
}
</style>
background-color css
<style>
a { background-color: #FB10D1; }
a { background-color: rgb(251,16,209); }
div.DivClassName
{
background-color: #FB10D1;
}
.BgClassName
{
background-color: #FB10D1;
}
</style>
border-color css
<style>
span { border-color: #FB10D1; }
span { border-color: rgb(251,16,209); }
td.TdClassName
{
border-color: #FB10D1;
}
.TagClassName
{
border-color: #FB10D1;
}
</style>