Shades of Hot Pink #FA65AB
Tints of Hot Pink #FA65AB
RGB
CMYK
RGB Variations
Color information
#FA65AB (or 0xFA65AB) is known color: Hot Pink. HEX triplet: FA, 65 and AB. RGB value is (250,101,171). Sum of RGB (Red+Green+Blue) = 250+101+171=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA65AB is #059A54. Grayscale: #999999. Windows color (decimal): -367189 or 11232762. OLE color: 11232762.
HSL color Cylindrical-coordinate representation of color #FA65AB: hue angle of 331.81º 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 #FA65AB is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 171 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.02 |
| HSL | 331.81º | 0.94% | 0.69% | - |
| HSV(B) | 331.81º | 0.6% | 0.98% | - |
| XYZ | 51.43 | 32.57 | 42.1 | - |
| YUV | 153.53 | 137.86 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 171 | 0 | 0.60 | 0.32 | 0.02 | 331.81 | 0.94 | 0.69 |
| Hex | FA | 65 | AB | 0 | 3C | 20 | 2 | 14C | 5E | 45 |
| Octal | 372 | 145 | 253 | 0 | 74 | 40 | 2 | 514 | 136 | 105 |
| Binary | 11111010 | 1100101 | 10101011 | 0 | 111100 | 100000 | 10 | 101001100 | 1011110 | 1000101 |
Color Harmonies of #FA65AB
Complementary color
Monochromatic Colors of #FA65AB
Black with #FA65AB
Text Example
Text Example
White with #FA65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65AB; }
p { color: rgb(250,101,171); }
H1.HeaderClassName
{
color: #FA65AB;
}
.AnyTagClassName
{
color: #FA65AB;
}
</style>
background-color css
<style>
a { background-color: #FA65AB; }
a { background-color: rgb(250,101,171); }
div.DivClassName
{
background-color: #FA65AB;
}
.BgClassName
{
background-color: #FA65AB;
}
</style>
border-color css
<style>
span { border-color: #FA65AB; }
span { border-color: rgb(250,101,171); }
td.TdClassName
{
border-color: #FA65AB;
}
.TagClassName
{
border-color: #FA65AB;
}
</style>