Shades of Hot Pink #FB73B2
Tints of Hot Pink #FB73B2
RGB
CMYK
RGB Variations
Color information
#FB73B2 (or 0xFB73B2) is known color: Hot Pink. HEX triplet: FB, 73 and B2. RGB value is (251,115,178). Sum of RGB (Red+Green+Blue) = 251+115+178=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB73B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB73B2 is #048C4D. Grayscale: #A2A2A2. Windows color (decimal): -298062 or 11695099. OLE color: 11695099.
HSL color Cylindrical-coordinate representation of color #FB73B2: hue angle of 332.21º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB73B2 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 178 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.02 |
| HSL | 332.21º | 0.94% | 0.72% | - |
| HSV(B) | 332.21º | 0.54% | 0.98% | - |
| XYZ | 53.95 | 35.99 | 46.22 | - |
| YUV | 162.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 178 | 0 | 0.54 | 0.29 | 0.02 | 332.21 | 0.94 | 0.72 |
| Hex | FB | 73 | B2 | 0 | 36 | 1D | 2 | 14C | 5E | 48 |
| Octal | 373 | 163 | 262 | 0 | 66 | 35 | 2 | 514 | 136 | 110 |
| Binary | 11111011 | 1110011 | 10110010 | 0 | 110110 | 11101 | 10 | 101001100 | 1011110 | 1001000 |
Color Harmonies of #FB73B2
Complementary color
Monochromatic Colors of #FB73B2
Black with #FB73B2
Text Example
Text Example
White with #FB73B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB73B2; }
p { color: rgb(251,115,178); }
H1.HeaderClassName
{
color: #FB73B2;
}
.AnyTagClassName
{
color: #FB73B2;
}
</style>
background-color css
<style>
a { background-color: #FB73B2; }
a { background-color: rgb(251,115,178); }
div.DivClassName
{
background-color: #FB73B2;
}
.BgClassName
{
background-color: #FB73B2;
}
</style>
border-color css
<style>
span { border-color: #FB73B2; }
span { border-color: rgb(251,115,178); }
td.TdClassName
{
border-color: #FB73B2;
}
.TagClassName
{
border-color: #FB73B2;
}
</style>