Shades of Hot Magenta #FB04C8
Tints of Hot Magenta #FB04C8
RGB
CMYK
RGB Variations
Color information
#FB04C8 (or 0xFB04C8) is known color: Hot Magenta. HEX triplet: FB, 04 and C8. RGB value is (251,4,200). Sum of RGB (Red+Green+Blue) = 251+4+200=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 4 (1.95% from 255 or 0.88% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04C8 is #04FB37. Grayscale: #636363. Windows color (decimal): -326456 or 13108475. OLE color: 13108475.
HSL color Cylindrical-coordinate representation of color #FB04C8: hue angle of 312.39º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB04C8 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 200 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.02 |
| HSL | 312.39º | 0.97% | 0.5% | - |
| HSV(B) | 312.39º | 0.98% | 0.98% | - |
| XYZ | 50.25 | 24.77 | 56.78 | - |
| YUV | 100.2 | 184.33 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 200 | 0 | 0.98 | 0.20 | 0.02 | 312.39 | 0.97 | 0.5 |
| Hex | FB | 4 | C8 | 0 | 62 | 14 | 2 | 138 | 61 | 32 |
| Octal | 373 | 4 | 310 | 0 | 142 | 24 | 2 | 470 | 141 | 62 |
| Binary | 11111011 | 100 | 11001000 | 0 | 1100010 | 10100 | 10 | 100111000 | 1100001 | 110010 |
Color Harmonies of #FB04C8
Complementary color
Monochromatic Colors of #FB04C8
Black with #FB04C8
Text Example
Text Example
White with #FB04C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB04C8; }
p { color: rgb(251,4,200); }
H1.HeaderClassName
{
color: #FB04C8;
}
.AnyTagClassName
{
color: #FB04C8;
}
</style>
background-color css
<style>
a { background-color: #FB04C8; }
a { background-color: rgb(251,4,200); }
div.DivClassName
{
background-color: #FB04C8;
}
.BgClassName
{
background-color: #FB04C8;
}
</style>
border-color css
<style>
span { border-color: #FB04C8; }
span { border-color: rgb(251,4,200); }
td.TdClassName
{
border-color: #FB04C8;
}
.TagClassName
{
border-color: #FB04C8;
}
</style>