Shades of Hot Magenta #FB0DCD
Tints of Hot Magenta #FB0DCD
RGB
CMYK
RGB Variations
Color information
#FB0DCD (or 0xFB0DCD) is known color: Hot Magenta. HEX triplet: FB, 0D and CD. RGB value is (251,13,205). Sum of RGB (Red+Green+Blue) = 251+13+205=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 13 (5.47% from 255 or 2.77% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0DCD is #04F232. Grayscale: #696969. Windows color (decimal): -324147 or 13438459. OLE color: 13438459.
HSL color Cylindrical-coordinate representation of color #FB0DCD: hue angle of 311.6º 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 #FB0DCD is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 13 | 205 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.02 |
| HSL | 311.6º | 0.97% | 0.52% | - |
| HSV(B) | 311.6º | 0.95% | 0.98% | - |
| XYZ | 50.95 | 25.2 | 59.94 | - |
| YUV | 106.05 | 183.85 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 13 | 205 | 0 | 0.95 | 0.18 | 0.02 | 311.6 | 0.97 | 0.52 |
| Hex | FB | D | CD | 0 | 5F | 12 | 2 | 138 | 61 | 34 |
| Octal | 373 | 15 | 315 | 0 | 137 | 22 | 2 | 470 | 141 | 64 |
| Binary | 11111011 | 1101 | 11001101 | 0 | 1011111 | 10010 | 10 | 100111000 | 1100001 | 110100 |
Color Harmonies of #FB0DCD
Complementary color
Monochromatic Colors of #FB0DCD
Black with #FB0DCD
Text Example
Text Example
White with #FB0DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0DCD; }
p { color: rgb(251,13,205); }
H1.HeaderClassName
{
color: #FB0DCD;
}
.AnyTagClassName
{
color: #FB0DCD;
}
</style>
background-color css
<style>
a { background-color: #FB0DCD; }
a { background-color: rgb(251,13,205); }
div.DivClassName
{
background-color: #FB0DCD;
}
.BgClassName
{
background-color: #FB0DCD;
}
</style>
border-color css
<style>
span { border-color: #FB0DCD; }
span { border-color: rgb(251,13,205); }
td.TdClassName
{
border-color: #FB0DCD;
}
.TagClassName
{
border-color: #FB0DCD;
}
</style>