Shades of Hot Magenta #FB01DF
Tints of Hot Magenta #FB01DF
RGB
CMYK
RGB Variations
Color information
#FB01DF (or 0xFB01DF) is known color: Hot Magenta. HEX triplet: FB, 01 and DF. RGB value is (251,1,223). Sum of RGB (Red+Green+Blue) = 251+1+223=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 1 (0.78% from 255 or 0.21% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01DF is #04FE20. Grayscale: #646464. Windows color (decimal): -327201 or 14615035. OLE color: 14615035.
HSL color Cylindrical-coordinate representation of color #FB01DF: hue angle of 306.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01DF is Cyan = 0, Magento = 1.00, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 223 | - |
| CMYK | 0 | 1.00 | 0.11 | 0.02 |
| HSL | 306.72º | 0.99% | 0.49% | - |
| HSV(B) | 306.72º | 1% | 0.98% | - |
| XYZ | 53.11 | 25.86 | 72 | - |
| YUV | 101.06 | 196.83 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 223 | 0 | 1.00 | 0.11 | 0.02 | 306.72 | 0.99 | 0.49 |
| Hex | FB | 1 | DF | 0 | 64 | B | 2 | 133 | 63 | 31 |
| Octal | 373 | 1 | 337 | 0 | 144 | 13 | 2 | 463 | 143 | 61 |
| Binary | 11111011 | 1 | 11011111 | 0 | 1100100 | 1011 | 10 | 100110011 | 1100011 | 110001 |
Color Harmonies of #FB01DF
Complementary color
Monochromatic Colors of #FB01DF
Black with #FB01DF
Text Example
Text Example
White with #FB01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01DF; }
p { color: rgb(251,1,223); }
H1.HeaderClassName
{
color: #FB01DF;
}
.AnyTagClassName
{
color: #FB01DF;
}
</style>
background-color css
<style>
a { background-color: #FB01DF; }
a { background-color: rgb(251,1,223); }
div.DivClassName
{
background-color: #FB01DF;
}
.BgClassName
{
background-color: #FB01DF;
}
</style>
border-color css
<style>
span { border-color: #FB01DF; }
span { border-color: rgb(251,1,223); }
td.TdClassName
{
border-color: #FB01DF;
}
.TagClassName
{
border-color: #FB01DF;
}
</style>