Shades of Hot Magenta #FB00C1
Tints of Hot Magenta #FB00C1
RGB
CMYK
RGB Variations
Color information
#FB00C1 (or 0xFB00C1) is known color: Hot Magenta. HEX triplet: FB, 00 and C1. RGB value is (251,0,193). Sum of RGB (Red+Green+Blue) = 251+0+193=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FB00C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB00C1 is #04FF3E. Grayscale: #606060. Windows color (decimal): -327487 or 12648699. OLE color: 12648699.
HSL color Cylindrical-coordinate representation of color #FB00C1: hue angle of 313.86º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB00C1 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 193 | - |
| CMYK | 0 | 1 | 0.23 | 0.02 |
| HSL | 313.86º | 1% | 0.49% | - |
| HSV(B) | 313.86º | 1% | 0.98% | - |
| XYZ | 49.41 | 24.36 | 52.55 | - |
| YUV | 97.05 | 182.16 | 237.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 193 | 0 | 1 | 0.23 | 0.02 | 313.86 | 1 | 0.49 |
| Hex | FB | 0 | C1 | 0 | 64 | 17 | 2 | 13A | 64 | 31 |
| Octal | 373 | 0 | 301 | 0 | 144 | 27 | 2 | 472 | 144 | 61 |
| Binary | 11111011 | 0 | 11000001 | 0 | 1100100 | 10111 | 10 | 100111010 | 1100100 | 110001 |
Color Harmonies of #FB00C1
Complementary color
Monochromatic Colors of #FB00C1
Black with #FB00C1
Text Example
Text Example
White with #FB00C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB00C1; }
p { color: rgb(251,0,193); }
H1.HeaderClassName
{
color: #FB00C1;
}
.AnyTagClassName
{
color: #FB00C1;
}
</style>
background-color css
<style>
a { background-color: #FB00C1; }
a { background-color: rgb(251,0,193); }
div.DivClassName
{
background-color: #FB00C1;
}
.BgClassName
{
background-color: #FB00C1;
}
</style>
border-color css
<style>
span { border-color: #FB00C1; }
span { border-color: rgb(251,0,193); }
td.TdClassName
{
border-color: #FB00C1;
}
.TagClassName
{
border-color: #FB00C1;
}
</style>