Shades of Hot Pink #FB64B9
Tints of Hot Pink #FB64B9
RGB
CMYK
RGB Variations
Color information
#FB64B9 (or 0xFB64B9) is known color: Hot Pink. HEX triplet: FB, 64 and B9. RGB value is (251,100,185). Sum of RGB (Red+Green+Blue) = 251+100+185=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB64B9 is #049B46. Grayscale: #9A9A9A. Windows color (decimal): -301895 or 12150011. OLE color: 12150011.
HSL color Cylindrical-coordinate representation of color #FB64B9: hue angle of 326.23º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB64B9 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 185 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.02 |
| HSL | 326.23º | 0.95% | 0.69% | - |
| HSV(B) | 326.23º | 0.6% | 0.98% | - |
| XYZ | 53.1 | 33.13 | 49.49 | - |
| YUV | 154.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 185 | 0 | 0.60 | 0.26 | 0.02 | 326.23 | 0.95 | 0.69 |
| Hex | FB | 64 | B9 | 0 | 3C | 1A | 2 | 146 | 5F | 45 |
| Octal | 373 | 144 | 271 | 0 | 74 | 32 | 2 | 506 | 137 | 105 |
| Binary | 11111011 | 1100100 | 10111001 | 0 | 111100 | 11010 | 10 | 101000110 | 1011111 | 1000101 |
Color Harmonies of #FB64B9
Complementary color
Monochromatic Colors of #FB64B9
Black with #FB64B9
Text Example
Text Example
White with #FB64B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64B9; }
p { color: rgb(251,100,185); }
H1.HeaderClassName
{
color: #FB64B9;
}
.AnyTagClassName
{
color: #FB64B9;
}
</style>
background-color css
<style>
a { background-color: #FB64B9; }
a { background-color: rgb(251,100,185); }
div.DivClassName
{
background-color: #FB64B9;
}
.BgClassName
{
background-color: #FB64B9;
}
</style>
border-color css
<style>
span { border-color: #FB64B9; }
span { border-color: rgb(251,100,185); }
td.TdClassName
{
border-color: #FB64B9;
}
.TagClassName
{
border-color: #FB64B9;
}
</style>