Shades of Hot Pink #FF64B5
Tints of Hot Pink #FF64B5
RGB
CMYK
RGB Variations
Color information
#FF64B5 (or 0xFF64B5) is known color: Hot Pink. HEX triplet: FF, 64 and B5. RGB value is (255,100,181). Sum of RGB (Red+Green+Blue) = 255+100+181=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64B5 is #009B4A. Grayscale: #9B9B9B. Windows color (decimal): -39755 or 11887871. OLE color: 11887871.
HSL color Cylindrical-coordinate representation of color #FF64B5: hue angle of 328.65º 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 #FF64B5 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 181 | - |
| CMYK | 0 | 0.61 | 0.29 | 0 |
| HSL | 328.65º | 1% | 0.7% | - |
| HSV(B) | 328.65º | 0.61% | 1% | - |
| XYZ | 54.14 | 33.71 | 47.37 | - |
| YUV | 155.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 181 | 0 | 0.61 | 0.29 | 0 | 328.65 | 1 | 0.7 |
| Hex | FF | 64 | B5 | 0 | 3D | 1D | 0 | 149 | 64 | 46 |
| Octal | 377 | 144 | 265 | 0 | 75 | 35 | 0 | 511 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10110101 | 0 | 111101 | 11101 | 0 | 101001001 | 1100100 | 1000110 |
Color Harmonies of #FF64B5
Complementary color
Monochromatic Colors of #FF64B5
Black with #FF64B5
Text Example
Text Example
White with #FF64B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64B5; }
p { color: rgb(255,100,181); }
H1.HeaderClassName
{
color: #FF64B5;
}
.AnyTagClassName
{
color: #FF64B5;
}
</style>
background-color css
<style>
a { background-color: #FF64B5; }
a { background-color: rgb(255,100,181); }
div.DivClassName
{
background-color: #FF64B5;
}
.BgClassName
{
background-color: #FF64B5;
}
</style>
border-color css
<style>
span { border-color: #FF64B5; }
span { border-color: rgb(255,100,181); }
td.TdClassName
{
border-color: #FF64B5;
}
.TagClassName
{
border-color: #FF64B5;
}
</style>