Shades of Hot Magenta #FB0FD2
Tints of Hot Magenta #FB0FD2
RGB
CMYK
RGB Variations
Color information
#FB0FD2 (or 0xFB0FD2) is known color: Hot Magenta. HEX triplet: FB, 0F and D2. RGB value is (251,15,210). Sum of RGB (Red+Green+Blue) = 251+15+210=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 15 (6.25% from 255 or 3.15% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0FD2 is #04F02D. Grayscale: #6B6B6B. Windows color (decimal): -323630 or 13766651. OLE color: 13766651.
HSL color Cylindrical-coordinate representation of color #FB0FD2: hue angle of 310.42º 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 #FB0FD2 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 210 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.02 |
| HSL | 310.42º | 0.97% | 0.52% | - |
| HSV(B) | 310.42º | 0.94% | 0.98% | - |
| XYZ | 51.59 | 25.5 | 63.18 | - |
| YUV | 107.79 | 185.69 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 210 | 0 | 0.94 | 0.16 | 0.02 | 310.42 | 0.97 | 0.52 |
| Hex | FB | F | D2 | 0 | 5E | 10 | 2 | 136 | 61 | 34 |
| Octal | 373 | 17 | 322 | 0 | 136 | 20 | 2 | 466 | 141 | 64 |
| Binary | 11111011 | 1111 | 11010010 | 0 | 1011110 | 10000 | 10 | 100110110 | 1100001 | 110100 |
Color Harmonies of #FB0FD2
Complementary color
Monochromatic Colors of #FB0FD2
Black with #FB0FD2
Text Example
Text Example
White with #FB0FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0FD2; }
p { color: rgb(251,15,210); }
H1.HeaderClassName
{
color: #FB0FD2;
}
.AnyTagClassName
{
color: #FB0FD2;
}
</style>
background-color css
<style>
a { background-color: #FB0FD2; }
a { background-color: rgb(251,15,210); }
div.DivClassName
{
background-color: #FB0FD2;
}
.BgClassName
{
background-color: #FB0FD2;
}
</style>
border-color css
<style>
span { border-color: #FB0FD2; }
span { border-color: rgb(251,15,210); }
td.TdClassName
{
border-color: #FB0FD2;
}
.TagClassName
{
border-color: #FB0FD2;
}
</style>