Shades of Hot Magenta #FB02C7
Tints of Hot Magenta #FB02C7
RGB
CMYK
RGB Variations
Color information
#FB02C7 (or 0xFB02C7) is known color: Hot Magenta. HEX triplet: FB, 02 and C7. RGB value is (251,2,199). Sum of RGB (Red+Green+Blue) = 251+2+199=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 2 (1.17% from 255 or 0.44% from 452); Blue value is 199 (78.12% from 255 or 44.03% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB02C7 is #04FD38. Grayscale: #626262. Windows color (decimal): -326969 or 13042427. OLE color: 13042427.
HSL color Cylindrical-coordinate representation of color #FB02C7: hue angle of 312.53º 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 #FB02C7 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 199 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.02 |
| HSL | 312.53º | 0.98% | 0.5% | - |
| HSV(B) | 312.53º | 0.99% | 0.98% | - |
| XYZ | 50.11 | 24.68 | 56.15 | - |
| YUV | 98.91 | 184.49 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 199 | 0 | 0.99 | 0.21 | 0.02 | 312.53 | 0.98 | 0.5 |
| Hex | FB | 2 | C7 | 0 | 63 | 15 | 2 | 139 | 62 | 32 |
| Octal | 373 | 2 | 307 | 0 | 143 | 25 | 2 | 471 | 142 | 62 |
| Binary | 11111011 | 10 | 11000111 | 0 | 1100011 | 10101 | 10 | 100111001 | 1100010 | 110010 |
Color Harmonies of #FB02C7
Complementary color
Monochromatic Colors of #FB02C7
Black with #FB02C7
Text Example
Text Example
White with #FB02C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02C7; }
p { color: rgb(251,2,199); }
H1.HeaderClassName
{
color: #FB02C7;
}
.AnyTagClassName
{
color: #FB02C7;
}
</style>
background-color css
<style>
a { background-color: #FB02C7; }
a { background-color: rgb(251,2,199); }
div.DivClassName
{
background-color: #FB02C7;
}
.BgClassName
{
background-color: #FB02C7;
}
</style>
border-color css
<style>
span { border-color: #FB02C7; }
span { border-color: rgb(251,2,199); }
td.TdClassName
{
border-color: #FB02C7;
}
.TagClassName
{
border-color: #FB02C7;
}
</style>