Shades of Hot Magenta #FB08CE
Tints of Hot Magenta #FB08CE
RGB
CMYK
RGB Variations
Color information
#FB08CE (or 0xFB08CE) is known color: Hot Magenta. HEX triplet: FB, 08 and CE. RGB value is (251,8,206). Sum of RGB (Red+Green+Blue) = 251+8+206=465 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.98% from 465); Green value is 8 (3.52% from 255 or 1.72% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 251 - color contains mainly: red. Hex color #FB08CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB08CE is #04F731. Grayscale: #666666. Windows color (decimal): -325426 or 13502715. OLE color: 13502715.
HSL color Cylindrical-coordinate representation of color #FB08CE: hue angle of 311.11º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB08CE is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 206 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.02 |
| HSL | 311.11º | 0.97% | 0.51% | - |
| HSV(B) | 311.11º | 0.97% | 0.98% | - |
| XYZ | 51.01 | 25.14 | 60.56 | - |
| YUV | 103.23 | 186.01 | 233.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 206 | 0 | 0.97 | 0.18 | 0.02 | 311.11 | 0.97 | 0.51 |
| Hex | FB | 8 | CE | 0 | 61 | 12 | 2 | 137 | 61 | 33 |
| Octal | 373 | 10 | 316 | 0 | 141 | 22 | 2 | 467 | 141 | 63 |
| Binary | 11111011 | 1000 | 11001110 | 0 | 1100001 | 10010 | 10 | 100110111 | 1100001 | 110011 |
Color Harmonies of #FB08CE
Complementary color
Monochromatic Colors of #FB08CE
Black with #FB08CE
Text Example
Text Example
White with #FB08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB08CE; }
p { color: rgb(251,8,206); }
H1.HeaderClassName
{
color: #FB08CE;
}
.AnyTagClassName
{
color: #FB08CE;
}
</style>
background-color css
<style>
a { background-color: #FB08CE; }
a { background-color: rgb(251,8,206); }
div.DivClassName
{
background-color: #FB08CE;
}
.BgClassName
{
background-color: #FB08CE;
}
</style>
border-color css
<style>
span { border-color: #FB08CE; }
span { border-color: rgb(251,8,206); }
td.TdClassName
{
border-color: #FB08CE;
}
.TagClassName
{
border-color: #FB08CE;
}
</style>