Shades of Hot Magenta #FB0CE1
Tints of Hot Magenta #FB0CE1
RGB
CMYK
RGB Variations
Color information
#FB0CE1 (or 0xFB0CE1) is known color: Hot Magenta. HEX triplet: FB, 0C and E1. RGB value is (251,12,225). Sum of RGB (Red+Green+Blue) = 251+12+225=488 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.43% from 488); Green value is 12 (5.08% from 255 or 2.46% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0CE1 is #04F31E. Grayscale: #6B6B6B. Windows color (decimal): -324383 or 14748923. OLE color: 14748923.
HSL color Cylindrical-coordinate representation of color #FB0CE1: hue angle of 306.53º 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 #FB0CE1 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 225 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.02 |
| HSL | 306.53º | 0.97% | 0.52% | - |
| HSV(B) | 306.53º | 0.95% | 0.98% | - |
| XYZ | 53.51 | 26.21 | 73.47 | - |
| YUV | 107.74 | 194.18 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 225 | 0 | 0.95 | 0.10 | 0.02 | 306.53 | 0.97 | 0.52 |
| Hex | FB | C | E1 | 0 | 5F | A | 2 | 133 | 61 | 34 |
| Octal | 373 | 14 | 341 | 0 | 137 | 12 | 2 | 463 | 141 | 64 |
| Binary | 11111011 | 1100 | 11100001 | 0 | 1011111 | 1010 | 10 | 100110011 | 1100001 | 110100 |
Color Harmonies of #FB0CE1
Complementary color
Monochromatic Colors of #FB0CE1
Black with #FB0CE1
Text Example
Text Example
White with #FB0CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CE1; }
p { color: rgb(251,12,225); }
H1.HeaderClassName
{
color: #FB0CE1;
}
.AnyTagClassName
{
color: #FB0CE1;
}
</style>
background-color css
<style>
a { background-color: #FB0CE1; }
a { background-color: rgb(251,12,225); }
div.DivClassName
{
background-color: #FB0CE1;
}
.BgClassName
{
background-color: #FB0CE1;
}
</style>
border-color css
<style>
span { border-color: #FB0CE1; }
span { border-color: rgb(251,12,225); }
td.TdClassName
{
border-color: #FB0CE1;
}
.TagClassName
{
border-color: #FB0CE1;
}
</style>