Shades of Hot Magenta #FB04DF
Tints of Hot Magenta #FB04DF
RGB
CMYK
RGB Variations
Color information
#FB04DF (or 0xFB04DF) is known color: Hot Magenta. HEX triplet: FB, 04 and DF. RGB value is (251,4,223). Sum of RGB (Red+Green+Blue) = 251+4+223=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 4 (1.95% from 255 or 0.84% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04DF is #04FB20. Grayscale: #666666. Windows color (decimal): -326433 or 14615803. OLE color: 14615803.
HSL color Cylindrical-coordinate representation of color #FB04DF: hue angle of 306.8º 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 #FB04DF is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 223 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.02 |
| HSL | 306.8º | 0.97% | 0.5% | - |
| HSV(B) | 306.8º | 0.98% | 0.98% | - |
| XYZ | 53.15 | 25.92 | 72.01 | - |
| YUV | 102.82 | 195.83 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 223 | 0 | 0.98 | 0.11 | 0.02 | 306.8 | 0.97 | 0.5 |
| Hex | FB | 4 | DF | 0 | 62 | B | 2 | 133 | 61 | 32 |
| Octal | 373 | 4 | 337 | 0 | 142 | 13 | 2 | 463 | 141 | 62 |
| Binary | 11111011 | 100 | 11011111 | 0 | 1100010 | 1011 | 10 | 100110011 | 1100001 | 110010 |
Color Harmonies of #FB04DF
Complementary color
Monochromatic Colors of #FB04DF
Black with #FB04DF
Text Example
Text Example
White with #FB04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB04DF; }
p { color: rgb(251,4,223); }
H1.HeaderClassName
{
color: #FB04DF;
}
.AnyTagClassName
{
color: #FB04DF;
}
</style>
background-color css
<style>
a { background-color: #FB04DF; }
a { background-color: rgb(251,4,223); }
div.DivClassName
{
background-color: #FB04DF;
}
.BgClassName
{
background-color: #FB04DF;
}
</style>
border-color css
<style>
span { border-color: #FB04DF; }
span { border-color: rgb(251,4,223); }
td.TdClassName
{
border-color: #FB04DF;
}
.TagClassName
{
border-color: #FB04DF;
}
</style>