Shades of Hot Magenta #FB02D4
Tints of Hot Magenta #FB02D4
RGB
CMYK
RGB Variations
Color information
#FB02D4 (or 0xFB02D4) is known color: Hot Magenta. HEX triplet: FB, 02 and D4. RGB value is (251,2,212). Sum of RGB (Red+Green+Blue) = 251+2+212=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 2 (1.17% from 255 or 0.43% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB02D4 is #04FD2B. Grayscale: #636363. Windows color (decimal): -326956 or 13894395. OLE color: 13894395.
HSL color Cylindrical-coordinate representation of color #FB02D4: hue angle of 309.4º 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 #FB02D4 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 212 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.02 |
| HSL | 309.4º | 0.98% | 0.5% | - |
| HSV(B) | 309.4º | 0.99% | 0.98% | - |
| XYZ | 51.69 | 25.31 | 64.45 | - |
| YUV | 100.39 | 190.99 | 235.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 212 | 0 | 0.99 | 0.16 | 0.02 | 309.4 | 0.98 | 0.5 |
| Hex | FB | 2 | D4 | 0 | 63 | 10 | 2 | 135 | 62 | 32 |
| Octal | 373 | 2 | 324 | 0 | 143 | 20 | 2 | 465 | 142 | 62 |
| Binary | 11111011 | 10 | 11010100 | 0 | 1100011 | 10000 | 10 | 100110101 | 1100010 | 110010 |
Color Harmonies of #FB02D4
Complementary color
Monochromatic Colors of #FB02D4
Black with #FB02D4
Text Example
Text Example
White with #FB02D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02D4; }
p { color: rgb(251,2,212); }
H1.HeaderClassName
{
color: #FB02D4;
}
.AnyTagClassName
{
color: #FB02D4;
}
</style>
background-color css
<style>
a { background-color: #FB02D4; }
a { background-color: rgb(251,2,212); }
div.DivClassName
{
background-color: #FB02D4;
}
.BgClassName
{
background-color: #FB02D4;
}
</style>
border-color css
<style>
span { border-color: #FB02D4; }
span { border-color: rgb(251,2,212); }
td.TdClassName
{
border-color: #FB02D4;
}
.TagClassName
{
border-color: #FB02D4;
}
</style>