Shades of Hot Magenta #FB02D2
Tints of Hot Magenta #FB02D2
RGB
CMYK
RGB Variations
Color information
#FB02D2 (or 0xFB02D2) is known color: Hot Magenta. HEX triplet: FB, 02 and D2. RGB value is (251,2,210). Sum of RGB (Red+Green+Blue) = 251+2+210=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 2 (1.17% from 255 or 0.43% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB02D2 is #04FD2D. Grayscale: #636363. Windows color (decimal): -326958 or 13763323. OLE color: 13763323.
HSL color Cylindrical-coordinate representation of color #FB02D2: hue angle of 309.88º 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 #FB02D2 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 210 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.02 |
| HSL | 309.88º | 0.98% | 0.5% | - |
| HSV(B) | 309.88º | 0.99% | 0.98% | - |
| XYZ | 51.44 | 25.21 | 63.13 | - |
| YUV | 100.16 | 189.99 | 235.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 210 | 0 | 0.99 | 0.16 | 0.02 | 309.88 | 0.98 | 0.5 |
| Hex | FB | 2 | D2 | 0 | 63 | 10 | 2 | 136 | 62 | 32 |
| Octal | 373 | 2 | 322 | 0 | 143 | 20 | 2 | 466 | 142 | 62 |
| Binary | 11111011 | 10 | 11010010 | 0 | 1100011 | 10000 | 10 | 100110110 | 1100010 | 110010 |
Color Harmonies of #FB02D2
Complementary color
Monochromatic Colors of #FB02D2
Black with #FB02D2
Text Example
Text Example
White with #FB02D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02D2; }
p { color: rgb(251,2,210); }
H1.HeaderClassName
{
color: #FB02D2;
}
.AnyTagClassName
{
color: #FB02D2;
}
</style>
background-color css
<style>
a { background-color: #FB02D2; }
a { background-color: rgb(251,2,210); }
div.DivClassName
{
background-color: #FB02D2;
}
.BgClassName
{
background-color: #FB02D2;
}
</style>
border-color css
<style>
span { border-color: #FB02D2; }
span { border-color: rgb(251,2,210); }
td.TdClassName
{
border-color: #FB02D2;
}
.TagClassName
{
border-color: #FB02D2;
}
</style>