Shades of Hot Magenta #FB01CC
Tints of Hot Magenta #FB01CC
RGB
CMYK
RGB Variations
Color information
#FB01CC (or 0xFB01CC) is known color: Hot Magenta. HEX triplet: FB, 01 and CC. RGB value is (251,1,204). Sum of RGB (Red+Green+Blue) = 251+1+204=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 1 (0.78% from 255 or 0.22% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01CC is #04FE33. Grayscale: #626262. Windows color (decimal): -327220 or 13369851. OLE color: 13369851.
HSL color Cylindrical-coordinate representation of color #FB01CC: hue angle of 311.28º 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 #FB01CC is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.02 |
| HSL | 311.28º | 0.99% | 0.49% | - |
| HSV(B) | 311.28º | 1% | 0.98% | - |
| XYZ | 50.69 | 24.89 | 59.26 | - |
| YUV | 98.89 | 187.33 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 204 | 0 | 1.00 | 0.19 | 0.02 | 311.28 | 0.99 | 0.49 |
| Hex | FB | 1 | CC | 0 | 64 | 13 | 2 | 137 | 63 | 31 |
| Octal | 373 | 1 | 314 | 0 | 144 | 23 | 2 | 467 | 143 | 61 |
| Binary | 11111011 | 1 | 11001100 | 0 | 1100100 | 10011 | 10 | 100110111 | 1100011 | 110001 |
Color Harmonies of #FB01CC
Complementary color
Monochromatic Colors of #FB01CC
Black with #FB01CC
Text Example
Text Example
White with #FB01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01CC; }
p { color: rgb(251,1,204); }
H1.HeaderClassName
{
color: #FB01CC;
}
.AnyTagClassName
{
color: #FB01CC;
}
</style>
background-color css
<style>
a { background-color: #FB01CC; }
a { background-color: rgb(251,1,204); }
div.DivClassName
{
background-color: #FB01CC;
}
.BgClassName
{
background-color: #FB01CC;
}
</style>
border-color css
<style>
span { border-color: #FB01CC; }
span { border-color: rgb(251,1,204); }
td.TdClassName
{
border-color: #FB01CC;
}
.TagClassName
{
border-color: #FB01CC;
}
</style>