Shades of Hot Magenta #FB0FDD
Tints of Hot Magenta #FB0FDD
RGB
CMYK
RGB Variations
Color information
#FB0FDD (or 0xFB0FDD) is known color: Hot Magenta. HEX triplet: FB, 0F and DD. RGB value is (251,15,221). Sum of RGB (Red+Green+Blue) = 251+15+221=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 15 (6.25% from 255 or 3.08% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0FDD is #04F022. Grayscale: #6C6C6C. Windows color (decimal): -323619 or 14487547. OLE color: 14487547.
HSL color Cylindrical-coordinate representation of color #FB0FDD: hue angle of 307.63º 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 #FB0FDD is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 221 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.02 |
| HSL | 307.63º | 0.97% | 0.52% | - |
| HSV(B) | 307.63º | 0.94% | 0.98% | - |
| XYZ | 53.01 | 26.07 | 70.65 | - |
| YUV | 109.05 | 191.19 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 221 | 0 | 0.94 | 0.12 | 0.02 | 307.63 | 0.97 | 0.52 |
| Hex | FB | F | DD | 0 | 5E | C | 2 | 134 | 61 | 34 |
| Octal | 373 | 17 | 335 | 0 | 136 | 14 | 2 | 464 | 141 | 64 |
| Binary | 11111011 | 1111 | 11011101 | 0 | 1011110 | 1100 | 10 | 100110100 | 1100001 | 110100 |
Color Harmonies of #FB0FDD
Complementary color
Monochromatic Colors of #FB0FDD
Black with #FB0FDD
Text Example
Text Example
White with #FB0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FDD; }
p { color: rgb(251,15,221); }
H1.HeaderClassName
{
color: #FB0FDD;
}
.AnyTagClassName
{
color: #FB0FDD;
}
</style>
background-color css
<style>
a { background-color: #FB0FDD; }
a { background-color: rgb(251,15,221); }
div.DivClassName
{
background-color: #FB0FDD;
}
.BgClassName
{
background-color: #FB0FDD;
}
</style>
border-color css
<style>
span { border-color: #FB0FDD; }
span { border-color: rgb(251,15,221); }
td.TdClassName
{
border-color: #FB0FDD;
}
.TagClassName
{
border-color: #FB0FDD;
}
</style>