Shades of Hot Magenta #FB02D0
Tints of Hot Magenta #FB02D0
RGB
CMYK
RGB Variations
Color information
#FB02D0 (or 0xFB02D0) is known color: Hot Magenta. HEX triplet: FB, 02 and D0. RGB value is (251,2,208). Sum of RGB (Red+Green+Blue) = 251+2+208=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 2 (1.17% from 255 or 0.43% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB02D0 is #04FD2F. Grayscale: #636363. Windows color (decimal): -326960 or 13632251. OLE color: 13632251.
HSL color Cylindrical-coordinate representation of color #FB02D0: hue angle of 310.36º 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 #FB02D0 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 208 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.02 |
| HSL | 310.36º | 0.98% | 0.5% | - |
| HSV(B) | 310.36º | 0.99% | 0.98% | - |
| XYZ | 51.19 | 25.11 | 61.82 | - |
| YUV | 99.94 | 188.99 | 235.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 208 | 0 | 0.99 | 0.17 | 0.02 | 310.36 | 0.98 | 0.5 |
| Hex | FB | 2 | D0 | 0 | 63 | 11 | 2 | 136 | 62 | 32 |
| Octal | 373 | 2 | 320 | 0 | 143 | 21 | 2 | 466 | 142 | 62 |
| Binary | 11111011 | 10 | 11010000 | 0 | 1100011 | 10001 | 10 | 100110110 | 1100010 | 110010 |
Color Harmonies of #FB02D0
Complementary color
Monochromatic Colors of #FB02D0
Black with #FB02D0
Text Example
Text Example
White with #FB02D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02D0; }
p { color: rgb(251,2,208); }
H1.HeaderClassName
{
color: #FB02D0;
}
.AnyTagClassName
{
color: #FB02D0;
}
</style>
background-color css
<style>
a { background-color: #FB02D0; }
a { background-color: rgb(251,2,208); }
div.DivClassName
{
background-color: #FB02D0;
}
.BgClassName
{
background-color: #FB02D0;
}
</style>
border-color css
<style>
span { border-color: #FB02D0; }
span { border-color: rgb(251,2,208); }
td.TdClassName
{
border-color: #FB02D0;
}
.TagClassName
{
border-color: #FB02D0;
}
</style>