Shades of Hot Pink #FF64BE
Tints of Hot Pink #FF64BE
RGB
CMYK
RGB Variations
Color information
#FF64BE (or 0xFF64BE) is known color: Hot Pink. HEX triplet: FF, 64 and BE. RGB value is (255,100,190). Sum of RGB (Red+Green+Blue) = 255+100+190=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64BE is #009B41. Grayscale: #9C9C9C. Windows color (decimal): -39746 or 12477695. OLE color: 12477695.
HSL color Cylindrical-coordinate representation of color #FF64BE: hue angle of 325.16º 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 #FF64BE is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 190 | - |
| CMYK | 0 | 0.61 | 0.25 | 0 |
| HSL | 325.16º | 1% | 0.7% | - |
| HSV(B) | 325.16º | 0.61% | 1% | - |
| XYZ | 55.09 | 34.09 | 52.39 | - |
| YUV | 156.61 | 146.85 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 190 | 0 | 0.61 | 0.25 | 0 | 325.16 | 1 | 0.7 |
| Hex | FF | 64 | BE | 0 | 3D | 19 | 0 | 145 | 64 | 46 |
| Octal | 377 | 144 | 276 | 0 | 75 | 31 | 0 | 505 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10111110 | 0 | 111101 | 11001 | 0 | 101000101 | 1100100 | 1000110 |
Color Harmonies of #FF64BE
Complementary color
Monochromatic Colors of #FF64BE
Black with #FF64BE
Text Example
Text Example
White with #FF64BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64BE; }
p { color: rgb(255,100,190); }
H1.HeaderClassName
{
color: #FF64BE;
}
.AnyTagClassName
{
color: #FF64BE;
}
</style>
background-color css
<style>
a { background-color: #FF64BE; }
a { background-color: rgb(255,100,190); }
div.DivClassName
{
background-color: #FF64BE;
}
.BgClassName
{
background-color: #FF64BE;
}
</style>
border-color css
<style>
span { border-color: #FF64BE; }
span { border-color: rgb(255,100,190); }
td.TdClassName
{
border-color: #FF64BE;
}
.TagClassName
{
border-color: #FF64BE;
}
</style>