Shades of Hot Pink #FA64B7
Tints of Hot Pink #FA64B7
RGB
CMYK
RGB Variations
Color information
#FA64B7 (or 0xFA64B7) is known color: Hot Pink. HEX triplet: FA, 64 and B7. RGB value is (250,100,183). Sum of RGB (Red+Green+Blue) = 250+100+183=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64B7 is #059B48. Grayscale: #9A9A9A. Windows color (decimal): -367433 or 12018938. OLE color: 12018938.
HSL color Cylindrical-coordinate representation of color #FA64B7: hue angle of 326.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA64B7 is Cyan = 0, Magento = 0.6, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 183 | - |
| CMYK | 0 | 0.6 | 0.27 | 0.02 |
| HSL | 326.8º | 0.94% | 0.69% | - |
| HSV(B) | 326.8º | 0.6% | 0.98% | - |
| XYZ | 52.53 | 32.86 | 48.37 | - |
| YUV | 154.31 | 144.2 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 183 | 0 | 0.6 | 0.27 | 0.02 | 326.8 | 0.94 | 0.69 |
| Hex | FA | 64 | B7 | 0 | 3C | 1B | 2 | 147 | 5E | 45 |
| Octal | 372 | 144 | 267 | 0 | 74 | 33 | 2 | 507 | 136 | 105 |
| Binary | 11111010 | 1100100 | 10110111 | 0 | 111100 | 11011 | 10 | 101000111 | 1011110 | 1000101 |
Color Harmonies of #FA64B7
Complementary color
Monochromatic Colors of #FA64B7
Black with #FA64B7
Text Example
Text Example
White with #FA64B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA64B7; }
p { color: rgb(250,100,183); }
H1.HeaderClassName
{
color: #FA64B7;
}
.AnyTagClassName
{
color: #FA64B7;
}
</style>
background-color css
<style>
a { background-color: #FA64B7; }
a { background-color: rgb(250,100,183); }
div.DivClassName
{
background-color: #FA64B7;
}
.BgClassName
{
background-color: #FA64B7;
}
</style>
border-color css
<style>
span { border-color: #FA64B7; }
span { border-color: rgb(250,100,183); }
td.TdClassName
{
border-color: #FA64B7;
}
.TagClassName
{
border-color: #FA64B7;
}
</style>