Shades of Hot Magenta #FB02C2
Tints of Hot Magenta #FB02C2
RGB
CMYK
RGB Variations
Color information
#FB02C2 (or 0xFB02C2) is known color: Hot Magenta. HEX triplet: FB, 02 and C2. RGB value is (251,2,194). Sum of RGB (Red+Green+Blue) = 251+2+194=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 194 (76.17% from 255 or 43.40% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB02C2 is #04FD3D. Grayscale: #616161. Windows color (decimal): -326974 or 12714747. OLE color: 12714747.
HSL color Cylindrical-coordinate representation of color #FB02C2: hue angle of 313.73º 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 #FB02C2 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 194 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.02 |
| HSL | 313.73º | 0.98% | 0.5% | - |
| HSV(B) | 313.73º | 0.99% | 0.98% | - |
| XYZ | 49.54 | 24.45 | 53.15 | - |
| YUV | 98.34 | 181.99 | 236.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 194 | 0 | 0.99 | 0.23 | 0.02 | 313.73 | 0.98 | 0.5 |
| Hex | FB | 2 | C2 | 0 | 63 | 17 | 2 | 13A | 62 | 32 |
| Octal | 373 | 2 | 302 | 0 | 143 | 27 | 2 | 472 | 142 | 62 |
| Binary | 11111011 | 10 | 11000010 | 0 | 1100011 | 10111 | 10 | 100111010 | 1100010 | 110010 |
Color Harmonies of #FB02C2
Complementary color
Monochromatic Colors of #FB02C2
Black with #FB02C2
Text Example
Text Example
White with #FB02C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02C2; }
p { color: rgb(251,2,194); }
H1.HeaderClassName
{
color: #FB02C2;
}
.AnyTagClassName
{
color: #FB02C2;
}
</style>
background-color css
<style>
a { background-color: #FB02C2; }
a { background-color: rgb(251,2,194); }
div.DivClassName
{
background-color: #FB02C2;
}
.BgClassName
{
background-color: #FB02C2;
}
</style>
border-color css
<style>
span { border-color: #FB02C2; }
span { border-color: rgb(251,2,194); }
td.TdClassName
{
border-color: #FB02C2;
}
.TagClassName
{
border-color: #FB02C2;
}
</style>