Shades of Hot Pink #FB64BB
Tints of Hot Pink #FB64BB
RGB
CMYK
RGB Variations
Color information
#FB64BB (or 0xFB64BB) is known color: Hot Pink. HEX triplet: FB, 64 and BB. RGB value is (251,100,187). Sum of RGB (Red+Green+Blue) = 251+100+187=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB64BB is #049B44. Grayscale: #9A9A9A. Windows color (decimal): -301893 or 12281083. OLE color: 12281083.
HSL color Cylindrical-coordinate representation of color #FB64BB: hue angle of 325.43º 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 #FB64BB is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 187 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.02 |
| HSL | 325.43º | 0.95% | 0.69% | - |
| HSV(B) | 325.43º | 0.6% | 0.98% | - |
| XYZ | 53.31 | 33.21 | 50.61 | - |
| YUV | 155.07 | 146.03 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 187 | 0 | 0.60 | 0.25 | 0.02 | 325.43 | 0.95 | 0.69 |
| Hex | FB | 64 | BB | 0 | 3C | 19 | 2 | 145 | 5F | 45 |
| Octal | 373 | 144 | 273 | 0 | 74 | 31 | 2 | 505 | 137 | 105 |
| Binary | 11111011 | 1100100 | 10111011 | 0 | 111100 | 11001 | 10 | 101000101 | 1011111 | 1000101 |
Color Harmonies of #FB64BB
Complementary color
Monochromatic Colors of #FB64BB
Black with #FB64BB
Text Example
Text Example
White with #FB64BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64BB; }
p { color: rgb(251,100,187); }
H1.HeaderClassName
{
color: #FB64BB;
}
.AnyTagClassName
{
color: #FB64BB;
}
</style>
background-color css
<style>
a { background-color: #FB64BB; }
a { background-color: rgb(251,100,187); }
div.DivClassName
{
background-color: #FB64BB;
}
.BgClassName
{
background-color: #FB64BB;
}
</style>
border-color css
<style>
span { border-color: #FB64BB; }
span { border-color: rgb(251,100,187); }
td.TdClassName
{
border-color: #FB64BB;
}
.TagClassName
{
border-color: #FB64BB;
}
</style>