Shades of Hot Magenta #FB0FDF
Tints of Hot Magenta #FB0FDF
RGB
CMYK
RGB Variations
Color information
#FB0FDF (or 0xFB0FDF) is known color: Hot Magenta. HEX triplet: FB, 0F and DF. RGB value is (251,15,223). Sum of RGB (Red+Green+Blue) = 251+15+223=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 15 (6.25% from 255 or 3.07% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0FDF is #04F020. Grayscale: #6C6C6C. Windows color (decimal): -323617 or 14618619. OLE color: 14618619.
HSL color Cylindrical-coordinate representation of color #FB0FDF: hue angle of 307.12º 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 #FB0FDF is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 223 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.02 |
| HSL | 307.12º | 0.97% | 0.52% | - |
| HSV(B) | 307.12º | 0.94% | 0.98% | - |
| XYZ | 53.27 | 26.18 | 72.06 | - |
| YUV | 109.28 | 192.19 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 223 | 0 | 0.94 | 0.11 | 0.02 | 307.12 | 0.97 | 0.52 |
| Hex | FB | F | DF | 0 | 5E | B | 2 | 133 | 61 | 34 |
| Octal | 373 | 17 | 337 | 0 | 136 | 13 | 2 | 463 | 141 | 64 |
| Binary | 11111011 | 1111 | 11011111 | 0 | 1011110 | 1011 | 10 | 100110011 | 1100001 | 110100 |
Color Harmonies of #FB0FDF
Complementary color
Monochromatic Colors of #FB0FDF
Black with #FB0FDF
Text Example
Text Example
White with #FB0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FDF; }
p { color: rgb(251,15,223); }
H1.HeaderClassName
{
color: #FB0FDF;
}
.AnyTagClassName
{
color: #FB0FDF;
}
</style>
background-color css
<style>
a { background-color: #FB0FDF; }
a { background-color: rgb(251,15,223); }
div.DivClassName
{
background-color: #FB0FDF;
}
.BgClassName
{
background-color: #FB0FDF;
}
</style>
border-color css
<style>
span { border-color: #FB0FDF; }
span { border-color: rgb(251,15,223); }
td.TdClassName
{
border-color: #FB0FDF;
}
.TagClassName
{
border-color: #FB0FDF;
}
</style>