Shades of Hot Pink #FF64B4
Tints of Hot Pink #FF64B4
RGB
CMYK
RGB Variations
Color information
#FF64B4 (or 0xFF64B4) is known color: Hot Pink. HEX triplet: FF, 64 and B4. RGB value is (255,100,180). Sum of RGB (Red+Green+Blue) = 255+100+180=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64B4 is #009B4B. Grayscale: #9B9B9B. Windows color (decimal): -39756 or 11822335. OLE color: 11822335.
HSL color Cylindrical-coordinate representation of color #FF64B4: hue angle of 329.03º 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 #FF64B4 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 180 | - |
| CMYK | 0 | 0.61 | 0.29 | 0 |
| HSL | 329.03º | 1% | 0.7% | - |
| HSV(B) | 329.03º | 0.61% | 1% | - |
| XYZ | 54.04 | 33.67 | 46.83 | - |
| YUV | 155.47 | 141.85 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 180 | 0 | 0.61 | 0.29 | 0 | 329.03 | 1 | 0.7 |
| Hex | FF | 64 | B4 | 0 | 3D | 1D | 0 | 149 | 64 | 46 |
| Octal | 377 | 144 | 264 | 0 | 75 | 35 | 0 | 511 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10110100 | 0 | 111101 | 11101 | 0 | 101001001 | 1100100 | 1000110 |
Color Harmonies of #FF64B4
Complementary color
Monochromatic Colors of #FF64B4
Black with #FF64B4
Text Example
Text Example
White with #FF64B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64B4; }
p { color: rgb(255,100,180); }
H1.HeaderClassName
{
color: #FF64B4;
}
.AnyTagClassName
{
color: #FF64B4;
}
</style>
background-color css
<style>
a { background-color: #FF64B4; }
a { background-color: rgb(255,100,180); }
div.DivClassName
{
background-color: #FF64B4;
}
.BgClassName
{
background-color: #FF64B4;
}
</style>
border-color css
<style>
span { border-color: #FF64B4; }
span { border-color: rgb(255,100,180); }
td.TdClassName
{
border-color: #FF64B4;
}
.TagClassName
{
border-color: #FF64B4;
}
</style>