Shades of Hot Magenta #FB0ECF
Tints of Hot Magenta #FB0ECF
RGB
CMYK
RGB Variations
Color information
#FB0ECF (or 0xFB0ECF) is known color: Hot Magenta. HEX triplet: FB, 0E and CF. RGB value is (251,14,207). Sum of RGB (Red+Green+Blue) = 251+14+207=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 14 (5.86% from 255 or 2.97% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0ECF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0ECF is #04F130. Grayscale: #6A6A6A. Windows color (decimal): -323889 or 13569787. OLE color: 13569787.
HSL color Cylindrical-coordinate representation of color #FB0ECF: hue angle of 311.14º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0ECF is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.02 |
| HSL | 311.14º | 0.97% | 0.52% | - |
| HSV(B) | 311.14º | 0.94% | 0.98% | - |
| XYZ | 51.2 | 25.33 | 61.22 | - |
| YUV | 106.87 | 184.52 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 207 | 0 | 0.94 | 0.18 | 0.02 | 311.14 | 0.97 | 0.52 |
| Hex | FB | E | CF | 0 | 5E | 12 | 2 | 137 | 61 | 34 |
| Octal | 373 | 16 | 317 | 0 | 136 | 22 | 2 | 467 | 141 | 64 |
| Binary | 11111011 | 1110 | 11001111 | 0 | 1011110 | 10010 | 10 | 100110111 | 1100001 | 110100 |
Color Harmonies of #FB0ECF
Complementary color
Monochromatic Colors of #FB0ECF
Black with #FB0ECF
Text Example
Text Example
White with #FB0ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0ECF; }
p { color: rgb(251,14,207); }
H1.HeaderClassName
{
color: #FB0ECF;
}
.AnyTagClassName
{
color: #FB0ECF;
}
</style>
background-color css
<style>
a { background-color: #FB0ECF; }
a { background-color: rgb(251,14,207); }
div.DivClassName
{
background-color: #FB0ECF;
}
.BgClassName
{
background-color: #FB0ECF;
}
</style>
border-color css
<style>
span { border-color: #FB0ECF; }
span { border-color: rgb(251,14,207); }
td.TdClassName
{
border-color: #FB0ECF;
}
.TagClassName
{
border-color: #FB0ECF;
}
</style>