Shades of Hot Magenta #FB0CDC
Tints of Hot Magenta #FB0CDC
RGB
CMYK
RGB Variations
Color information
#FB0CDC (or 0xFB0CDC) is known color: Hot Magenta. HEX triplet: FB, 0C and DC. RGB value is (251,12,220). Sum of RGB (Red+Green+Blue) = 251+12+220=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 12 (5.08% from 255 or 2.48% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0CDC is #04F323. Grayscale: #6A6A6A. Windows color (decimal): -324388 or 14421243. OLE color: 14421243.
HSL color Cylindrical-coordinate representation of color #FB0CDC: hue angle of 307.78º 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 #FB0CDC is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 220 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.02 |
| HSL | 307.78º | 0.97% | 0.52% | - |
| HSV(B) | 307.78º | 0.95% | 0.98% | - |
| XYZ | 52.83 | 25.94 | 69.93 | - |
| YUV | 107.17 | 191.68 | 230.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 220 | 0 | 0.95 | 0.12 | 0.02 | 307.78 | 0.97 | 0.52 |
| Hex | FB | C | DC | 0 | 5F | C | 2 | 134 | 61 | 34 |
| Octal | 373 | 14 | 334 | 0 | 137 | 14 | 2 | 464 | 141 | 64 |
| Binary | 11111011 | 1100 | 11011100 | 0 | 1011111 | 1100 | 10 | 100110100 | 1100001 | 110100 |
Color Harmonies of #FB0CDC
Complementary color
Monochromatic Colors of #FB0CDC
Black with #FB0CDC
Text Example
Text Example
White with #FB0CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CDC; }
p { color: rgb(251,12,220); }
H1.HeaderClassName
{
color: #FB0CDC;
}
.AnyTagClassName
{
color: #FB0CDC;
}
</style>
background-color css
<style>
a { background-color: #FB0CDC; }
a { background-color: rgb(251,12,220); }
div.DivClassName
{
background-color: #FB0CDC;
}
.BgClassName
{
background-color: #FB0CDC;
}
</style>
border-color css
<style>
span { border-color: #FB0CDC; }
span { border-color: rgb(251,12,220); }
td.TdClassName
{
border-color: #FB0CDC;
}
.TagClassName
{
border-color: #FB0CDC;
}
</style>