Shades of Hot Magenta #FB0DD2
Tints of Hot Magenta #FB0DD2
RGB
CMYK
RGB Variations
Color information
#FB0DD2 (or 0xFB0DD2) is known color: Hot Magenta. HEX triplet: FB, 0D and D2. RGB value is (251,13,210). Sum of RGB (Red+Green+Blue) = 251+13+210=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0DD2 is #04F22D. Grayscale: #6A6A6A. Windows color (decimal): -324142 or 13766139. OLE color: 13766139.
HSL color Cylindrical-coordinate representation of color #FB0DD2: hue angle of 310.34º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0DD2 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 210 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.02 |
| HSL | 310.34º | 0.97% | 0.52% | - |
| HSV(B) | 310.34º | 0.95% | 0.98% | - |
| XYZ | 51.56 | 25.45 | 63.17 | - |
| YUV | 106.62 | 186.35 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 210 | 0 | 0.95 | 0.16 | 0.02 | 310.34 | 0.97 | 0.52 |
| Hex | FB | D | D2 | 0 | 5F | 10 | 2 | 136 | 61 | 34 |
| Octal | 373 | 15 | 322 | 0 | 137 | 20 | 2 | 466 | 141 | 64 |
| Binary | 11111011 | 1101 | 11010010 | 0 | 1011111 | 10000 | 10 | 100110110 | 1100001 | 110100 |
Color Harmonies of #FB0DD2
Complementary color
Monochromatic Colors of #FB0DD2
Black with #FB0DD2
Text Example
Text Example
White with #FB0DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DD2; }
p { color: rgb(251,13,210); }
H1.HeaderClassName
{
color: #FB0DD2;
}
.AnyTagClassName
{
color: #FB0DD2;
}
</style>
background-color css
<style>
a { background-color: #FB0DD2; }
a { background-color: rgb(251,13,210); }
div.DivClassName
{
background-color: #FB0DD2;
}
.BgClassName
{
background-color: #FB0DD2;
}
</style>
border-color css
<style>
span { border-color: #FB0DD2; }
span { border-color: rgb(251,13,210); }
td.TdClassName
{
border-color: #FB0DD2;
}
.TagClassName
{
border-color: #FB0DD2;
}
</style>