Shades of Hot Magenta #FB02DD
Tints of Hot Magenta #FB02DD
RGB
CMYK
RGB Variations
Color information
#FB02DD (or 0xFB02DD) is known color: Hot Magenta. HEX triplet: FB, 02 and DD. RGB value is (251,2,221). Sum of RGB (Red+Green+Blue) = 251+2+221=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 2 (1.17% from 255 or 0.42% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB02DD is #04FD22. Grayscale: #646464. Windows color (decimal): -326947 or 14484219. OLE color: 14484219.
HSL color Cylindrical-coordinate representation of color #FB02DD: hue angle of 307.23º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB02DD is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 221 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.02 |
| HSL | 307.23º | 0.98% | 0.5% | - |
| HSV(B) | 307.23º | 0.99% | 0.98% | - |
| XYZ | 52.86 | 25.77 | 70.6 | - |
| YUV | 101.42 | 195.49 | 234.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 221 | 0 | 0.99 | 0.12 | 0.02 | 307.23 | 0.98 | 0.5 |
| Hex | FB | 2 | DD | 0 | 63 | C | 2 | 133 | 62 | 32 |
| Octal | 373 | 2 | 335 | 0 | 143 | 14 | 2 | 463 | 142 | 62 |
| Binary | 11111011 | 10 | 11011101 | 0 | 1100011 | 1100 | 10 | 100110011 | 1100010 | 110010 |
Color Harmonies of #FB02DD
Complementary color
Monochromatic Colors of #FB02DD
Black with #FB02DD
Text Example
Text Example
White with #FB02DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02DD; }
p { color: rgb(251,2,221); }
H1.HeaderClassName
{
color: #FB02DD;
}
.AnyTagClassName
{
color: #FB02DD;
}
</style>
background-color css
<style>
a { background-color: #FB02DD; }
a { background-color: rgb(251,2,221); }
div.DivClassName
{
background-color: #FB02DD;
}
.BgClassName
{
background-color: #FB02DD;
}
</style>
border-color css
<style>
span { border-color: #FB02DD; }
span { border-color: rgb(251,2,221); }
td.TdClassName
{
border-color: #FB02DD;
}
.TagClassName
{
border-color: #FB02DD;
}
</style>