Shades of Hot Pink #FF64BD
Tints of Hot Pink #FF64BD
RGB
CMYK
RGB Variations
Color information
#FF64BD (or 0xFF64BD) is known color: Hot Pink. HEX triplet: FF, 64 and BD. RGB value is (255,100,189). Sum of RGB (Red+Green+Blue) = 255+100+189=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64BD is #009B42. Grayscale: #9C9C9C. Windows color (decimal): -39747 or 12412159. OLE color: 12412159.
HSL color Cylindrical-coordinate representation of color #FF64BD: hue angle of 325.55º 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 #FF64BD is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 189 | - |
| CMYK | 0 | 0.61 | 0.26 | 0 |
| HSL | 325.55º | 1% | 0.7% | - |
| HSV(B) | 325.55º | 0.61% | 1% | - |
| XYZ | 54.98 | 34.05 | 51.82 | - |
| YUV | 156.49 | 146.35 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 189 | 0 | 0.61 | 0.26 | 0 | 325.55 | 1 | 0.7 |
| Hex | FF | 64 | BD | 0 | 3D | 1A | 0 | 146 | 64 | 46 |
| Octal | 377 | 144 | 275 | 0 | 75 | 32 | 0 | 506 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10111101 | 0 | 111101 | 11010 | 0 | 101000110 | 1100100 | 1000110 |
Color Harmonies of #FF64BD
Complementary color
Monochromatic Colors of #FF64BD
Black with #FF64BD
Text Example
Text Example
White with #FF64BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64BD; }
p { color: rgb(255,100,189); }
H1.HeaderClassName
{
color: #FF64BD;
}
.AnyTagClassName
{
color: #FF64BD;
}
</style>
background-color css
<style>
a { background-color: #FF64BD; }
a { background-color: rgb(255,100,189); }
div.DivClassName
{
background-color: #FF64BD;
}
.BgClassName
{
background-color: #FF64BD;
}
</style>
border-color css
<style>
span { border-color: #FF64BD; }
span { border-color: rgb(255,100,189); }
td.TdClassName
{
border-color: #FF64BD;
}
.TagClassName
{
border-color: #FF64BD;
}
</style>