Shades of Hot Magenta #FB0ADC
Tints of Hot Magenta #FB0ADC
RGB
CMYK
RGB Variations
Color information
#FB0ADC (or 0xFB0ADC) is known color: Hot Magenta. HEX triplet: FB, 0A and DC. RGB value is (251,10,220). Sum of RGB (Red+Green+Blue) = 251+10+220=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 10 (4.30% from 255 or 2.08% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0ADC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0ADC is #04F523. Grayscale: #696969. Windows color (decimal): -324900 or 14420731. OLE color: 14420731.
HSL color Cylindrical-coordinate representation of color #FB0ADC: hue angle of 307.72º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0ADC is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 220 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.02 |
| HSL | 307.72º | 0.97% | 0.51% | - |
| HSV(B) | 307.72º | 0.96% | 0.98% | - |
| XYZ | 52.81 | 25.89 | 69.92 | - |
| YUV | 106 | 192.34 | 231.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 220 | 0 | 0.96 | 0.12 | 0.02 | 307.72 | 0.97 | 0.51 |
| Hex | FB | A | DC | 0 | 60 | C | 2 | 134 | 61 | 33 |
| Octal | 373 | 12 | 334 | 0 | 140 | 14 | 2 | 464 | 141 | 63 |
| Binary | 11111011 | 1010 | 11011100 | 0 | 1100000 | 1100 | 10 | 100110100 | 1100001 | 110011 |
Color Harmonies of #FB0ADC
Complementary color
Monochromatic Colors of #FB0ADC
Black with #FB0ADC
Text Example
Text Example
White with #FB0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0ADC; }
p { color: rgb(251,10,220); }
H1.HeaderClassName
{
color: #FB0ADC;
}
.AnyTagClassName
{
color: #FB0ADC;
}
</style>
background-color css
<style>
a { background-color: #FB0ADC; }
a { background-color: rgb(251,10,220); }
div.DivClassName
{
background-color: #FB0ADC;
}
.BgClassName
{
background-color: #FB0ADC;
}
</style>
border-color css
<style>
span { border-color: #FB0ADC; }
span { border-color: rgb(251,10,220); }
td.TdClassName
{
border-color: #FB0ADC;
}
.TagClassName
{
border-color: #FB0ADC;
}
</style>