Shades of Hot Magenta #FB01CE
Tints of Hot Magenta #FB01CE
RGB
CMYK
RGB Variations
Color information
#FB01CE (or 0xFB01CE) is known color: Hot Magenta. HEX triplet: FB, 01 and CE. RGB value is (251,1,206). Sum of RGB (Red+Green+Blue) = 251+1+206=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01CE is #04FE31. Grayscale: #626262. Windows color (decimal): -327218 or 13500923. OLE color: 13500923.
HSL color Cylindrical-coordinate representation of color #FB01CE: hue angle of 310.8º 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 #FB01CE is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 206 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.02 |
| HSL | 310.8º | 0.99% | 0.49% | - |
| HSV(B) | 310.8º | 1% | 0.98% | - |
| XYZ | 50.94 | 24.99 | 60.53 | - |
| YUV | 99.12 | 188.33 | 236.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 206 | 0 | 1.00 | 0.18 | 0.02 | 310.8 | 0.99 | 0.49 |
| Hex | FB | 1 | CE | 0 | 64 | 12 | 2 | 137 | 63 | 31 |
| Octal | 373 | 1 | 316 | 0 | 144 | 22 | 2 | 467 | 143 | 61 |
| Binary | 11111011 | 1 | 11001110 | 0 | 1100100 | 10010 | 10 | 100110111 | 1100011 | 110001 |
Color Harmonies of #FB01CE
Complementary color
Monochromatic Colors of #FB01CE
Black with #FB01CE
Text Example
Text Example
White with #FB01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01CE; }
p { color: rgb(251,1,206); }
H1.HeaderClassName
{
color: #FB01CE;
}
.AnyTagClassName
{
color: #FB01CE;
}
</style>
background-color css
<style>
a { background-color: #FB01CE; }
a { background-color: rgb(251,1,206); }
div.DivClassName
{
background-color: #FB01CE;
}
.BgClassName
{
background-color: #FB01CE;
}
</style>
border-color css
<style>
span { border-color: #FB01CE; }
span { border-color: rgb(251,1,206); }
td.TdClassName
{
border-color: #FB01CE;
}
.TagClassName
{
border-color: #FB01CE;
}
</style>