Shades of Hot Pink #FF64A8
Tints of Hot Pink #FF64A8
RGB
CMYK
RGB Variations
Color information
#FF64A8 (or 0xFF64A8) is known color: Hot Pink. HEX triplet: FF, 64 and A8. RGB value is (255,100,168). Sum of RGB (Red+Green+Blue) = 255+100+168=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF64A8 is #009B57. Grayscale: #999999. Windows color (decimal): -39768 or 11035903. OLE color: 11035903.
HSL color Cylindrical-coordinate representation of color #FF64A8: hue angle of 333.68º 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 #FF64A8 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 168 | - |
| CMYK | 0 | 0.61 | 0.34 | 0 |
| HSL | 333.68º | 1% | 0.7% | - |
| HSV(B) | 333.68º | 0.61% | 1% | - |
| XYZ | 52.87 | 33.2 | 40.67 | - |
| YUV | 154.1 | 135.85 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 168 | 0 | 0.61 | 0.34 | 0 | 333.68 | 1 | 0.7 |
| Hex | FF | 64 | A8 | 0 | 3D | 22 | 0 | 14E | 64 | 46 |
| Octal | 377 | 144 | 250 | 0 | 75 | 42 | 0 | 516 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10101000 | 0 | 111101 | 100010 | 0 | 101001110 | 1100100 | 1000110 |
Color Harmonies of #FF64A8
Complementary color
Monochromatic Colors of #FF64A8
Black with #FF64A8
Text Example
Text Example
White with #FF64A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64A8; }
p { color: rgb(255,100,168); }
H1.HeaderClassName
{
color: #FF64A8;
}
.AnyTagClassName
{
color: #FF64A8;
}
</style>
background-color css
<style>
a { background-color: #FF64A8; }
a { background-color: rgb(255,100,168); }
div.DivClassName
{
background-color: #FF64A8;
}
.BgClassName
{
background-color: #FF64A8;
}
</style>
border-color css
<style>
span { border-color: #FF64A8; }
span { border-color: rgb(255,100,168); }
td.TdClassName
{
border-color: #FF64A8;
}
.TagClassName
{
border-color: #FF64A8;
}
</style>