Shades of Hot Magenta #FB03C9
Tints of Hot Magenta #FB03C9
RGB
CMYK
RGB Variations
Color information
#FB03C9 (or 0xFB03C9) is known color: Hot Magenta. HEX triplet: FB, 03 and C9. RGB value is (251,3,201). Sum of RGB (Red+Green+Blue) = 251+3+201=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB03C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB03C9 is #04FC36. Grayscale: #636363. Windows color (decimal): -326711 or 13173755. OLE color: 13173755.
HSL color Cylindrical-coordinate representation of color #FB03C9: hue angle of 312.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB03C9 is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 201 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.02 |
| HSL | 312.1º | 0.98% | 0.5% | - |
| HSV(B) | 312.1º | 0.99% | 0.98% | - |
| XYZ | 50.36 | 24.79 | 57.39 | - |
| YUV | 99.72 | 185.16 | 235.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 201 | 0 | 0.99 | 0.20 | 0.02 | 312.1 | 0.98 | 0.5 |
| Hex | FB | 3 | C9 | 0 | 63 | 14 | 2 | 138 | 62 | 32 |
| Octal | 373 | 3 | 311 | 0 | 143 | 24 | 2 | 470 | 142 | 62 |
| Binary | 11111011 | 11 | 11001001 | 0 | 1100011 | 10100 | 10 | 100111000 | 1100010 | 110010 |
Color Harmonies of #FB03C9
Complementary color
Monochromatic Colors of #FB03C9
Black with #FB03C9
Text Example
Text Example
White with #FB03C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB03C9; }
p { color: rgb(251,3,201); }
H1.HeaderClassName
{
color: #FB03C9;
}
.AnyTagClassName
{
color: #FB03C9;
}
</style>
background-color css
<style>
a { background-color: #FB03C9; }
a { background-color: rgb(251,3,201); }
div.DivClassName
{
background-color: #FB03C9;
}
.BgClassName
{
background-color: #FB03C9;
}
</style>
border-color css
<style>
span { border-color: #FB03C9; }
span { border-color: rgb(251,3,201); }
td.TdClassName
{
border-color: #FB03C9;
}
.TagClassName
{
border-color: #FB03C9;
}
</style>