Shades of Hot Pink #FF64B3
Tints of Hot Pink #FF64B3
RGB
CMYK
RGB Variations
Color information
#FF64B3 (or 0xFF64B3) is known color: Hot Pink. HEX triplet: FF, 64 and B3. RGB value is (255,100,179). Sum of RGB (Red+Green+Blue) = 255+100+179=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64B3 is #009B4C. Grayscale: #9B9B9B. Windows color (decimal): -39757 or 11756799. OLE color: 11756799.
HSL color Cylindrical-coordinate representation of color #FF64B3: hue angle of 329.42º 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 #FF64B3 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 100 | 179 | - |
| CMYK | 0 | 0.61 | 0.30 | 0 |
| HSL | 329.42º | 1% | 0.7% | - |
| HSV(B) | 329.42º | 0.61% | 1% | - |
| XYZ | 53.93 | 33.63 | 46.3 | - |
| YUV | 155.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 100 | 179 | 0 | 0.61 | 0.30 | 0 | 329.42 | 1 | 0.7 |
| Hex | FF | 64 | B3 | 0 | 3D | 1E | 0 | 149 | 64 | 46 |
| Octal | 377 | 144 | 263 | 0 | 75 | 36 | 0 | 511 | 144 | 106 |
| Binary | 11111111 | 1100100 | 10110011 | 0 | 111101 | 11110 | 0 | 101001001 | 1100100 | 1000110 |
Color Harmonies of #FF64B3
Complementary color
Monochromatic Colors of #FF64B3
Black with #FF64B3
Text Example
Text Example
White with #FF64B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF64B3; }
p { color: rgb(255,100,179); }
H1.HeaderClassName
{
color: #FF64B3;
}
.AnyTagClassName
{
color: #FF64B3;
}
</style>
background-color css
<style>
a { background-color: #FF64B3; }
a { background-color: rgb(255,100,179); }
div.DivClassName
{
background-color: #FF64B3;
}
.BgClassName
{
background-color: #FF64B3;
}
</style>
border-color css
<style>
span { border-color: #FF64B3; }
span { border-color: rgb(255,100,179); }
td.TdClassName
{
border-color: #FF64B3;
}
.TagClassName
{
border-color: #FF64B3;
}
</style>