Shades of Hot Pink #FF64BB
Tints of Hot Pink #FF64BB
RGB
CMYK
RGB Variations
Color information
#FF64BB (or 0xFF64BB) is known color: Hot Pink. HEX triplet: FF, 64 and BB. RGB value is (255,100,187). Sum of RGB (Red+Green+Blue) = 255+100+187=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64BB is #009B44. Grayscale: #9C9C9C. Windows color (decimal): -39749 or 12281087. OLE color: 12281087.
HSL color Cylindrical-coordinate representation of color #FF64BB: hue angle of 326.32º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF64BB is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 187 | - |
| CMYK | 0 | 0.61 | 0.27 | 0 |
| HSL | 326.32º | 1% | 0.7% | - |
| HSV(B) | 326.32º | 0.61% | 1% | - |
| XYZ | 54.77 | 33.96 | 50.68 | - |
| YUV | 156.26 | 145.35 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 187 | 0 | 0.61 | 0.27 | 0 | 326.32 | 1 | 0.7 |
| Hex | FF | 64 | BB | 0 | 3D | 1B | 0 | 146 | 64 | 46 |
| Octal | 377 | 144 | 273 | 0 | 75 | 33 | 0 | 506 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10111011 | 0 | 111101 | 11011 | 0 | 101000110 | 1100100 | 1000110 |
Color Harmonies of #FF64BB
Complementary color
Monochromatic Colors of #FF64BB
Black with #FF64BB
Text Example
Text Example
White with #FF64BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64BB; }
p { color: rgb(255,100,187); }
H1.HeaderClassName
{
color: #FF64BB;
}
.AnyTagClassName
{
color: #FF64BB;
}
</style>
background-color css
<style>
a { background-color: #FF64BB; }
a { background-color: rgb(255,100,187); }
div.DivClassName
{
background-color: #FF64BB;
}
.BgClassName
{
background-color: #FF64BB;
}
</style>
border-color css
<style>
span { border-color: #FF64BB; }
span { border-color: rgb(255,100,187); }
td.TdClassName
{
border-color: #FF64BB;
}
.TagClassName
{
border-color: #FF64BB;
}
</style>