Shades of Hot Magenta #FB04D5
Tints of Hot Magenta #FB04D5
RGB
CMYK
RGB Variations
Color information
#FB04D5 (or 0xFB04D5) is known color: Hot Magenta. HEX triplet: FB, 04 and D5. RGB value is (251,4,213). Sum of RGB (Red+Green+Blue) = 251+4+213=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 4 (1.95% from 255 or 0.85% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04D5 is #04FB2A. Grayscale: #656565. Windows color (decimal): -326443 or 13960443. OLE color: 13960443.
HSL color Cylindrical-coordinate representation of color #FB04D5: hue angle of 309.23º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB04D5 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 213 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.02 |
| HSL | 309.23º | 0.97% | 0.5% | - |
| HSV(B) | 309.23º | 0.98% | 0.98% | - |
| XYZ | 51.84 | 25.4 | 65.12 | - |
| YUV | 101.68 | 190.83 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 213 | 0 | 0.98 | 0.15 | 0.02 | 309.23 | 0.97 | 0.5 |
| Hex | FB | 4 | D5 | 0 | 62 | F | 2 | 135 | 61 | 32 |
| Octal | 373 | 4 | 325 | 0 | 142 | 17 | 2 | 465 | 141 | 62 |
| Binary | 11111011 | 100 | 11010101 | 0 | 1100010 | 1111 | 10 | 100110101 | 1100001 | 110010 |
Color Harmonies of #FB04D5
Complementary color
Monochromatic Colors of #FB04D5
Black with #FB04D5
Text Example
Text Example
White with #FB04D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB04D5; }
p { color: rgb(251,4,213); }
H1.HeaderClassName
{
color: #FB04D5;
}
.AnyTagClassName
{
color: #FB04D5;
}
</style>
background-color css
<style>
a { background-color: #FB04D5; }
a { background-color: rgb(251,4,213); }
div.DivClassName
{
background-color: #FB04D5;
}
.BgClassName
{
background-color: #FB04D5;
}
</style>
border-color css
<style>
span { border-color: #FB04D5; }
span { border-color: rgb(251,4,213); }
td.TdClassName
{
border-color: #FB04D5;
}
.TagClassName
{
border-color: #FB04D5;
}
</style>