Shades of Hot Magenta #FB01C0
Tints of Hot Magenta #FB01C0
RGB
CMYK
RGB Variations
Color information
#FB01C0 (or 0xFB01C0) is known color: Hot Magenta. HEX triplet: FB, 01 and C0. RGB value is (251,1,192). Sum of RGB (Red+Green+Blue) = 251+1+192=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01C0 is #04FE3F. Grayscale: #616161. Windows color (decimal): -327232 or 12583419. OLE color: 12583419.
HSL color Cylindrical-coordinate representation of color #FB01C0: hue angle of 314.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01C0 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 192 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.02 |
| HSL | 314.16º | 0.99% | 0.49% | - |
| HSV(B) | 314.16º | 1% | 0.98% | - |
| XYZ | 49.31 | 24.34 | 51.97 | - |
| YUV | 97.52 | 181.33 | 237.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 192 | 0 | 1.00 | 0.24 | 0.02 | 314.16 | 0.99 | 0.49 |
| Hex | FB | 1 | C0 | 0 | 64 | 18 | 2 | 13A | 63 | 31 |
| Octal | 373 | 1 | 300 | 0 | 144 | 30 | 2 | 472 | 143 | 61 |
| Binary | 11111011 | 1 | 11000000 | 0 | 1100100 | 11000 | 10 | 100111010 | 1100011 | 110001 |
Color Harmonies of #FB01C0
Complementary color
Monochromatic Colors of #FB01C0
Black with #FB01C0
Text Example
Text Example
White with #FB01C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01C0; }
p { color: rgb(251,1,192); }
H1.HeaderClassName
{
color: #FB01C0;
}
.AnyTagClassName
{
color: #FB01C0;
}
</style>
background-color css
<style>
a { background-color: #FB01C0; }
a { background-color: rgb(251,1,192); }
div.DivClassName
{
background-color: #FB01C0;
}
.BgClassName
{
background-color: #FB01C0;
}
</style>
border-color css
<style>
span { border-color: #FB01C0; }
span { border-color: rgb(251,1,192); }
td.TdClassName
{
border-color: #FB01C0;
}
.TagClassName
{
border-color: #FB01C0;
}
</style>