Shades of Hot Magenta #FB0CCC
Tints of Hot Magenta #FB0CCC
RGB
CMYK
RGB Variations
Color information
#FB0CCC (or 0xFB0CCC) is known color: Hot Magenta. HEX triplet: FB, 0C and CC. RGB value is (251,12,204). Sum of RGB (Red+Green+Blue) = 251+12+204=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 12 (5.08% from 255 or 2.57% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0CCC is #04F333. Grayscale: #686868. Windows color (decimal): -324404 or 13372667. OLE color: 13372667.
HSL color Cylindrical-coordinate representation of color #FB0CCC: hue angle of 311.8º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0CCC is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.02 |
| HSL | 311.8º | 0.97% | 0.52% | - |
| HSV(B) | 311.8º | 0.95% | 0.98% | - |
| XYZ | 50.81 | 25.13 | 59.3 | - |
| YUV | 105.35 | 183.68 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 204 | 0 | 0.95 | 0.19 | 0.02 | 311.8 | 0.97 | 0.52 |
| Hex | FB | C | CC | 0 | 5F | 13 | 2 | 138 | 61 | 34 |
| Octal | 373 | 14 | 314 | 0 | 137 | 23 | 2 | 470 | 141 | 64 |
| Binary | 11111011 | 1100 | 11001100 | 0 | 1011111 | 10011 | 10 | 100111000 | 1100001 | 110100 |
Color Harmonies of #FB0CCC
Complementary color
Monochromatic Colors of #FB0CCC
Black with #FB0CCC
Text Example
Text Example
White with #FB0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CCC; }
p { color: rgb(251,12,204); }
H1.HeaderClassName
{
color: #FB0CCC;
}
.AnyTagClassName
{
color: #FB0CCC;
}
</style>
background-color css
<style>
a { background-color: #FB0CCC; }
a { background-color: rgb(251,12,204); }
div.DivClassName
{
background-color: #FB0CCC;
}
.BgClassName
{
background-color: #FB0CCC;
}
</style>
border-color css
<style>
span { border-color: #FB0CCC; }
span { border-color: rgb(251,12,204); }
td.TdClassName
{
border-color: #FB0CCC;
}
.TagClassName
{
border-color: #FB0CCC;
}
</style>