Shades of Hot Magenta #FB10DF
Tints of Hot Magenta #FB10DF
RGB
CMYK
RGB Variations
Color information
#FB10DF (or 0xFB10DF) is known color: Hot Magenta. HEX triplet: FB, 10 and DF. RGB value is (251,16,223). Sum of RGB (Red+Green+Blue) = 251+16+223=490 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.22% from 490); Green value is 16 (6.64% from 255 or 3.27% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 251 - color contains mainly: red. Hex color #FB10DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB10DF is #04EF20. Grayscale: #6D6D6D. Windows color (decimal): -323361 or 14618875. OLE color: 14618875.
HSL color Cylindrical-coordinate representation of color #FB10DF: hue angle of 307.15º 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 #FB10DF is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 223 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.02 |
| HSL | 307.15º | 0.97% | 0.52% | - |
| HSV(B) | 307.15º | 0.94% | 0.98% | - |
| XYZ | 53.29 | 26.21 | 72.06 | - |
| YUV | 109.86 | 191.86 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 223 | 0 | 0.94 | 0.11 | 0.02 | 307.15 | 0.97 | 0.52 |
| Hex | FB | 10 | DF | 0 | 5E | B | 2 | 133 | 61 | 34 |
| Octal | 373 | 20 | 337 | 0 | 136 | 13 | 2 | 463 | 141 | 64 |
| Binary | 11111011 | 10000 | 11011111 | 0 | 1011110 | 1011 | 10 | 100110011 | 1100001 | 110100 |
Color Harmonies of #FB10DF
Complementary color
Monochromatic Colors of #FB10DF
Black with #FB10DF
Text Example
Text Example
White with #FB10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB10DF; }
p { color: rgb(251,16,223); }
H1.HeaderClassName
{
color: #FB10DF;
}
.AnyTagClassName
{
color: #FB10DF;
}
</style>
background-color css
<style>
a { background-color: #FB10DF; }
a { background-color: rgb(251,16,223); }
div.DivClassName
{
background-color: #FB10DF;
}
.BgClassName
{
background-color: #FB10DF;
}
</style>
border-color css
<style>
span { border-color: #FB10DF; }
span { border-color: rgb(251,16,223); }
td.TdClassName
{
border-color: #FB10DF;
}
.TagClassName
{
border-color: #FB10DF;
}
</style>