Shades of Hot Pink #FA64AC
Tints of Hot Pink #FA64AC
RGB
CMYK
RGB Variations
Color information
#FA64AC (or 0xFA64AC) is known color: Hot Pink. HEX triplet: FA, 64 and AC. RGB value is (250,100,172). Sum of RGB (Red+Green+Blue) = 250+100+172=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 100 (39.45% from 255 or 19.16% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA64AC is #059B53. Grayscale: #989898. Windows color (decimal): -367444 or 11298042. OLE color: 11298042.
HSL color Cylindrical-coordinate representation of color #FA64AC: hue angle of 331.2º 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 #FA64AC is Cyan = 0, Magento = 0.6, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 172 | - |
| CMYK | 0 | 0.6 | 0.31 | 0.02 |
| HSL | 331.2º | 0.94% | 0.69% | - |
| HSV(B) | 331.2º | 0.6% | 0.98% | - |
| XYZ | 51.43 | 32.42 | 42.58 | - |
| YUV | 153.06 | 138.7 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 172 | 0 | 0.6 | 0.31 | 0.02 | 331.2 | 0.94 | 0.69 |
| Hex | FA | 64 | AC | 0 | 3C | 1F | 2 | 14B | 5E | 45 |
| Octal | 372 | 144 | 254 | 0 | 74 | 37 | 2 | 513 | 136 | 105 |
| Binary | 11111010 | 1100100 | 10101100 | 0 | 111100 | 11111 | 10 | 101001011 | 1011110 | 1000101 |
Color Harmonies of #FA64AC
Complementary color
Monochromatic Colors of #FA64AC
Black with #FA64AC
Text Example
Text Example
White with #FA64AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA64AC; }
p { color: rgb(250,100,172); }
H1.HeaderClassName
{
color: #FA64AC;
}
.AnyTagClassName
{
color: #FA64AC;
}
</style>
background-color css
<style>
a { background-color: #FA64AC; }
a { background-color: rgb(250,100,172); }
div.DivClassName
{
background-color: #FA64AC;
}
.BgClassName
{
background-color: #FA64AC;
}
</style>
border-color css
<style>
span { border-color: #FA64AC; }
span { border-color: rgb(250,100,172); }
td.TdClassName
{
border-color: #FA64AC;
}
.TagClassName
{
border-color: #FA64AC;
}
</style>