Shades of Hot Magenta #FB02CB
Tints of Hot Magenta #FB02CB
RGB
CMYK
RGB Variations
Color information
#FB02CB (or 0xFB02CB) is known color: Hot Magenta. HEX triplet: FB, 02 and CB. RGB value is (251,2,203). Sum of RGB (Red+Green+Blue) = 251+2+203=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 2 (1.17% from 255 or 0.44% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB02CB is #04FD34. Grayscale: #626262. Windows color (decimal): -326965 or 13304571. OLE color: 13304571.
HSL color Cylindrical-coordinate representation of color #FB02CB: hue angle of 311.57º 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 #FB02CB is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 203 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.02 |
| HSL | 311.57º | 0.98% | 0.5% | - |
| HSV(B) | 311.57º | 0.99% | 0.98% | - |
| XYZ | 50.58 | 24.86 | 58.63 | - |
| YUV | 99.37 | 186.49 | 236.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 203 | 0 | 0.99 | 0.19 | 0.02 | 311.57 | 0.98 | 0.5 |
| Hex | FB | 2 | CB | 0 | 63 | 13 | 2 | 138 | 62 | 32 |
| Octal | 373 | 2 | 313 | 0 | 143 | 23 | 2 | 470 | 142 | 62 |
| Binary | 11111011 | 10 | 11001011 | 0 | 1100011 | 10011 | 10 | 100111000 | 1100010 | 110010 |
Color Harmonies of #FB02CB
Complementary color
Monochromatic Colors of #FB02CB
Black with #FB02CB
Text Example
Text Example
White with #FB02CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02CB; }
p { color: rgb(251,2,203); }
H1.HeaderClassName
{
color: #FB02CB;
}
.AnyTagClassName
{
color: #FB02CB;
}
</style>
background-color css
<style>
a { background-color: #FB02CB; }
a { background-color: rgb(251,2,203); }
div.DivClassName
{
background-color: #FB02CB;
}
.BgClassName
{
background-color: #FB02CB;
}
</style>
border-color css
<style>
span { border-color: #FB02CB; }
span { border-color: rgb(251,2,203); }
td.TdClassName
{
border-color: #FB02CB;
}
.TagClassName
{
border-color: #FB02CB;
}
</style>