Shades of Hot Magenta #FB07D5
Tints of Hot Magenta #FB07D5
RGB
CMYK
RGB Variations
Color information
#FB07D5 (or 0xFB07D5) is known color: Hot Magenta. HEX triplet: FB, 07 and D5. RGB value is (251,7,213). Sum of RGB (Red+Green+Blue) = 251+7+213=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 7 (3.12% from 255 or 1.49% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FB07D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB07D5 is #04F82A. Grayscale: #666666. Windows color (decimal): -325675 or 13961211. OLE color: 13961211.
HSL color Cylindrical-coordinate representation of color #FB07D5: hue angle of 309.34º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB07D5 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 213 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.02 |
| HSL | 309.34º | 0.97% | 0.51% | - |
| HSV(B) | 309.34º | 0.97% | 0.98% | - |
| XYZ | 51.87 | 25.47 | 65.13 | - |
| YUV | 103.44 | 189.84 | 233.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 213 | 0 | 0.97 | 0.15 | 0.02 | 309.34 | 0.97 | 0.51 |
| Hex | FB | 7 | D5 | 0 | 61 | F | 2 | 135 | 61 | 33 |
| Octal | 373 | 7 | 325 | 0 | 141 | 17 | 2 | 465 | 141 | 63 |
| Binary | 11111011 | 111 | 11010101 | 0 | 1100001 | 1111 | 10 | 100110101 | 1100001 | 110011 |
Color Harmonies of #FB07D5
Complementary color
Monochromatic Colors of #FB07D5
Black with #FB07D5
Text Example
Text Example
White with #FB07D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB07D5; }
p { color: rgb(251,7,213); }
H1.HeaderClassName
{
color: #FB07D5;
}
.AnyTagClassName
{
color: #FB07D5;
}
</style>
background-color css
<style>
a { background-color: #FB07D5; }
a { background-color: rgb(251,7,213); }
div.DivClassName
{
background-color: #FB07D5;
}
.BgClassName
{
background-color: #FB07D5;
}
</style>
border-color css
<style>
span { border-color: #FB07D5; }
span { border-color: rgb(251,7,213); }
td.TdClassName
{
border-color: #FB07D5;
}
.TagClassName
{
border-color: #FB07D5;
}
</style>