Shades of Hot Magenta #FB03C2
Tints of Hot Magenta #FB03C2
RGB
CMYK
RGB Variations
Color information
#FB03C2 (or 0xFB03C2) is known color: Hot Magenta. HEX triplet: FB, 03 and C2. RGB value is (251,3,194). Sum of RGB (Red+Green+Blue) = 251+3+194=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FB03C2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB03C2 is #04FC3D. Grayscale: #626262. Windows color (decimal): -326718 or 12715003. OLE color: 12715003.
HSL color Cylindrical-coordinate representation of color #FB03C2: hue angle of 313.79º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB03C2 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 194 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.02 |
| HSL | 313.79º | 0.98% | 0.5% | - |
| HSV(B) | 313.79º | 0.99% | 0.98% | - |
| XYZ | 49.55 | 24.47 | 53.15 | - |
| YUV | 98.93 | 181.66 | 236.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 194 | 0 | 0.99 | 0.23 | 0.02 | 313.79 | 0.98 | 0.5 |
| Hex | FB | 3 | C2 | 0 | 63 | 17 | 2 | 13A | 62 | 32 |
| Octal | 373 | 3 | 302 | 0 | 143 | 27 | 2 | 472 | 142 | 62 |
| Binary | 11111011 | 11 | 11000010 | 0 | 1100011 | 10111 | 10 | 100111010 | 1100010 | 110010 |
Color Harmonies of #FB03C2
Complementary color
Monochromatic Colors of #FB03C2
Black with #FB03C2
Text Example
Text Example
White with #FB03C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB03C2; }
p { color: rgb(251,3,194); }
H1.HeaderClassName
{
color: #FB03C2;
}
.AnyTagClassName
{
color: #FB03C2;
}
</style>
background-color css
<style>
a { background-color: #FB03C2; }
a { background-color: rgb(251,3,194); }
div.DivClassName
{
background-color: #FB03C2;
}
.BgClassName
{
background-color: #FB03C2;
}
</style>
border-color css
<style>
span { border-color: #FB03C2; }
span { border-color: rgb(251,3,194); }
td.TdClassName
{
border-color: #FB03C2;
}
.TagClassName
{
border-color: #FB03C2;
}
</style>