Shades of Hot Magenta #FB0ED3
Tints of Hot Magenta #FB0ED3
RGB
CMYK
RGB Variations
Color information
#FB0ED3 (or 0xFB0ED3) is known color: Hot Magenta. HEX triplet: FB, 0E and D3. RGB value is (251,14,211). Sum of RGB (Red+Green+Blue) = 251+14+211=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 14 (5.86% from 255 or 2.94% from 476); Blue value is 211 (82.81% from 255 or 44.33% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0ED3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0ED3 is #04F12C. Grayscale: #6A6A6A. Windows color (decimal): -323885 or 13831931. OLE color: 13831931.
HSL color Cylindrical-coordinate representation of color #FB0ED3: hue angle of 310.13º 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 #FB0ED3 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 14 | 211 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.02 |
| HSL | 310.13º | 0.97% | 0.52% | - |
| HSV(B) | 310.13º | 0.94% | 0.98% | - |
| XYZ | 51.7 | 25.53 | 63.83 | - |
| YUV | 107.32 | 186.52 | 230.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 14 | 211 | 0 | 0.94 | 0.16 | 0.02 | 310.13 | 0.97 | 0.52 |
| Hex | FB | E | D3 | 0 | 5E | 10 | 2 | 136 | 61 | 34 |
| Octal | 373 | 16 | 323 | 0 | 136 | 20 | 2 | 466 | 141 | 64 |
| Binary | 11111011 | 1110 | 11010011 | 0 | 1011110 | 10000 | 10 | 100110110 | 1100001 | 110100 |
Color Harmonies of #FB0ED3
Complementary color
Monochromatic Colors of #FB0ED3
Black with #FB0ED3
Text Example
Text Example
White with #FB0ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0ED3; }
p { color: rgb(251,14,211); }
H1.HeaderClassName
{
color: #FB0ED3;
}
.AnyTagClassName
{
color: #FB0ED3;
}
</style>
background-color css
<style>
a { background-color: #FB0ED3; }
a { background-color: rgb(251,14,211); }
div.DivClassName
{
background-color: #FB0ED3;
}
.BgClassName
{
background-color: #FB0ED3;
}
</style>
border-color css
<style>
span { border-color: #FB0ED3; }
span { border-color: rgb(251,14,211); }
td.TdClassName
{
border-color: #FB0ED3;
}
.TagClassName
{
border-color: #FB0ED3;
}
</style>