Shades of Hot Pink #FA64B5
Tints of Hot Pink #FA64B5
RGB
CMYK
RGB Variations
Color information
#FA64B5 (or 0xFA64B5) is known color: Hot Pink. HEX triplet: FA, 64 and B5. RGB value is (250,100,181). Sum of RGB (Red+Green+Blue) = 250+100+181=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64B5 is #059B4A. Grayscale: #999999. Windows color (decimal): -367435 or 11887866. OLE color: 11887866.
HSL color Cylindrical-coordinate representation of color #FA64B5: hue angle of 327.6º 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 #FA64B5 is Cyan = 0, Magento = 0.6, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 181 | - |
| CMYK | 0 | 0.6 | 0.28 | 0.02 |
| HSL | 327.6º | 0.94% | 0.69% | - |
| HSV(B) | 327.6º | 0.6% | 0.98% | - |
| XYZ | 52.32 | 32.77 | 47.28 | - |
| YUV | 154.08 | 143.2 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 181 | 0 | 0.6 | 0.28 | 0.02 | 327.6 | 0.94 | 0.69 |
| Hex | FA | 64 | B5 | 0 | 3C | 1C | 2 | 148 | 5E | 45 |
| Octal | 372 | 144 | 265 | 0 | 74 | 34 | 2 | 510 | 136 | 105 |
| Binary | 11111010 | 1100100 | 10110101 | 0 | 111100 | 11100 | 10 | 101001000 | 1011110 | 1000101 |
Color Harmonies of #FA64B5
Complementary color
Monochromatic Colors of #FA64B5
Black with #FA64B5
Text Example
Text Example
White with #FA64B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA64B5; }
p { color: rgb(250,100,181); }
H1.HeaderClassName
{
color: #FA64B5;
}
.AnyTagClassName
{
color: #FA64B5;
}
</style>
background-color css
<style>
a { background-color: #FA64B5; }
a { background-color: rgb(250,100,181); }
div.DivClassName
{
background-color: #FA64B5;
}
.BgClassName
{
background-color: #FA64B5;
}
</style>
border-color css
<style>
span { border-color: #FA64B5; }
span { border-color: rgb(250,100,181); }
td.TdClassName
{
border-color: #FA64B5;
}
.TagClassName
{
border-color: #FA64B5;
}
</style>