Shades of Hot Magenta #FB03DF
Tints of Hot Magenta #FB03DF
RGB
CMYK
RGB Variations
Color information
#FB03DF (or 0xFB03DF) is known color: Hot Magenta. HEX triplet: FB, 03 and DF. RGB value is (251,3,223). Sum of RGB (Red+Green+Blue) = 251+3+223=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 3 (1.56% from 255 or 0.63% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FB03DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB03DF is #04FC20. Grayscale: #656565. Windows color (decimal): -326689 or 14615547. OLE color: 14615547.
HSL color Cylindrical-coordinate representation of color #FB03DF: hue angle of 306.77º 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 #FB03DF is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 223 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.02 |
| HSL | 306.77º | 0.98% | 0.5% | - |
| HSV(B) | 306.77º | 0.99% | 0.98% | - |
| XYZ | 53.14 | 25.9 | 72.01 | - |
| YUV | 102.23 | 196.16 | 234.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 223 | 0 | 0.99 | 0.11 | 0.02 | 306.77 | 0.98 | 0.5 |
| Hex | FB | 3 | DF | 0 | 63 | B | 2 | 133 | 62 | 32 |
| Octal | 373 | 3 | 337 | 0 | 143 | 13 | 2 | 463 | 142 | 62 |
| Binary | 11111011 | 11 | 11011111 | 0 | 1100011 | 1011 | 10 | 100110011 | 1100010 | 110010 |
Color Harmonies of #FB03DF
Complementary color
Monochromatic Colors of #FB03DF
Black with #FB03DF
Text Example
Text Example
White with #FB03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB03DF; }
p { color: rgb(251,3,223); }
H1.HeaderClassName
{
color: #FB03DF;
}
.AnyTagClassName
{
color: #FB03DF;
}
</style>
background-color css
<style>
a { background-color: #FB03DF; }
a { background-color: rgb(251,3,223); }
div.DivClassName
{
background-color: #FB03DF;
}
.BgClassName
{
background-color: #FB03DF;
}
</style>
border-color css
<style>
span { border-color: #FB03DF; }
span { border-color: rgb(251,3,223); }
td.TdClassName
{
border-color: #FB03DF;
}
.TagClassName
{
border-color: #FB03DF;
}
</style>