Shades of Hot Magenta #FB0DDF
Tints of Hot Magenta #FB0DDF
RGB
CMYK
RGB Variations
Color information
#FB0DDF (or 0xFB0DDF) is known color: Hot Magenta. HEX triplet: FB, 0D and DF. RGB value is (251,13,223). Sum of RGB (Red+Green+Blue) = 251+13+223=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 13 (5.47% from 255 or 2.67% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0DDF is #04F220. Grayscale: #6B6B6B. Windows color (decimal): -324129 or 14618107. OLE color: 14618107.
HSL color Cylindrical-coordinate representation of color #FB0DDF: hue angle of 307.06º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0DDF is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 223 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.02 |
| HSL | 307.06º | 0.97% | 0.52% | - |
| HSV(B) | 307.06º | 0.95% | 0.98% | - |
| XYZ | 53.25 | 26.12 | 72.05 | - |
| YUV | 108.1 | 192.85 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 223 | 0 | 0.95 | 0.11 | 0.02 | 307.06 | 0.97 | 0.52 |
| Hex | FB | D | DF | 0 | 5F | B | 2 | 133 | 61 | 34 |
| Octal | 373 | 15 | 337 | 0 | 137 | 13 | 2 | 463 | 141 | 64 |
| Binary | 11111011 | 1101 | 11011111 | 0 | 1011111 | 1011 | 10 | 100110011 | 1100001 | 110100 |
Color Harmonies of #FB0DDF
Complementary color
Monochromatic Colors of #FB0DDF
Black with #FB0DDF
Text Example
Text Example
White with #FB0DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DDF; }
p { color: rgb(251,13,223); }
H1.HeaderClassName
{
color: #FB0DDF;
}
.AnyTagClassName
{
color: #FB0DDF;
}
</style>
background-color css
<style>
a { background-color: #FB0DDF; }
a { background-color: rgb(251,13,223); }
div.DivClassName
{
background-color: #FB0DDF;
}
.BgClassName
{
background-color: #FB0DDF;
}
</style>
border-color css
<style>
span { border-color: #FB0DDF; }
span { border-color: rgb(251,13,223); }
td.TdClassName
{
border-color: #FB0DDF;
}
.TagClassName
{
border-color: #FB0DDF;
}
</style>