Shades of Hot Magenta #FB0DDD
Tints of Hot Magenta #FB0DDD
RGB
CMYK
RGB Variations
Color information
#FB0DDD (or 0xFB0DDD) is known color: Hot Magenta. HEX triplet: FB, 0D and DD. RGB value is (251,13,221). Sum of RGB (Red+Green+Blue) = 251+13+221=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 13 (5.47% from 255 or 2.68% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0DDD is #04F222. Grayscale: #6B6B6B. Windows color (decimal): -324131 or 14487035. OLE color: 14487035.
HSL color Cylindrical-coordinate representation of color #FB0DDD: hue angle of 307.56º 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 #FB0DDD is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 221 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.02 |
| HSL | 307.56º | 0.97% | 0.52% | - |
| HSV(B) | 307.56º | 0.95% | 0.98% | - |
| XYZ | 52.98 | 26.02 | 70.64 | - |
| YUV | 107.87 | 191.85 | 230.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 221 | 0 | 0.95 | 0.12 | 0.02 | 307.56 | 0.97 | 0.52 |
| Hex | FB | D | DD | 0 | 5F | C | 2 | 134 | 61 | 34 |
| Octal | 373 | 15 | 335 | 0 | 137 | 14 | 2 | 464 | 141 | 64 |
| Binary | 11111011 | 1101 | 11011101 | 0 | 1011111 | 1100 | 10 | 100110100 | 1100001 | 110100 |
Color Harmonies of #FB0DDD
Complementary color
Monochromatic Colors of #FB0DDD
Black with #FB0DDD
Text Example
Text Example
White with #FB0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DDD; }
p { color: rgb(251,13,221); }
H1.HeaderClassName
{
color: #FB0DDD;
}
.AnyTagClassName
{
color: #FB0DDD;
}
</style>
background-color css
<style>
a { background-color: #FB0DDD; }
a { background-color: rgb(251,13,221); }
div.DivClassName
{
background-color: #FB0DDD;
}
.BgClassName
{
background-color: #FB0DDD;
}
</style>
border-color css
<style>
span { border-color: #FB0DDD; }
span { border-color: rgb(251,13,221); }
td.TdClassName
{
border-color: #FB0DDD;
}
.TagClassName
{
border-color: #FB0DDD;
}
</style>