Shades of Hot Magenta #FB03DA
Tints of Hot Magenta #FB03DA
RGB
CMYK
RGB Variations
Color information
#FB03DA (or 0xFB03DA) is known color: Hot Magenta. HEX triplet: FB, 03 and DA. RGB value is (251,3,218). Sum of RGB (Red+Green+Blue) = 251+3+218=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 3 (1.56% from 255 or 0.64% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FB03DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB03DA is #04FC25. Grayscale: #656565. Windows color (decimal): -326694 or 14287867. OLE color: 14287867.
HSL color Cylindrical-coordinate representation of color #FB03DA: hue angle of 307.98º 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 #FB03DA is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.02 |
| HSL | 307.98º | 0.98% | 0.5% | - |
| HSV(B) | 307.98º | 0.99% | 0.98% | - |
| XYZ | 52.47 | 25.64 | 68.51 | - |
| YUV | 101.66 | 193.66 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 218 | 0 | 0.99 | 0.13 | 0.02 | 307.98 | 0.98 | 0.5 |
| Hex | FB | 3 | DA | 0 | 63 | D | 2 | 134 | 62 | 32 |
| Octal | 373 | 3 | 332 | 0 | 143 | 15 | 2 | 464 | 142 | 62 |
| Binary | 11111011 | 11 | 11011010 | 0 | 1100011 | 1101 | 10 | 100110100 | 1100010 | 110010 |
Color Harmonies of #FB03DA
Complementary color
Monochromatic Colors of #FB03DA
Black with #FB03DA
Text Example
Text Example
White with #FB03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB03DA; }
p { color: rgb(251,3,218); }
H1.HeaderClassName
{
color: #FB03DA;
}
.AnyTagClassName
{
color: #FB03DA;
}
</style>
background-color css
<style>
a { background-color: #FB03DA; }
a { background-color: rgb(251,3,218); }
div.DivClassName
{
background-color: #FB03DA;
}
.BgClassName
{
background-color: #FB03DA;
}
</style>
border-color css
<style>
span { border-color: #FB03DA; }
span { border-color: rgb(251,3,218); }
td.TdClassName
{
border-color: #FB03DA;
}
.TagClassName
{
border-color: #FB03DA;
}
</style>