Shades of Hot Pink #FA68AA
Tints of Hot Pink #FA68AA
RGB
CMYK
RGB Variations
Color information
#FA68AA (or 0xFA68AA) is known color: Hot Pink. HEX triplet: FA, 68 and AA. RGB value is (250,104,170). Sum of RGB (Red+Green+Blue) = 250+104+170=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA68AA is #059755. Grayscale: #9B9B9B. Windows color (decimal): -366422 or 11167994. OLE color: 11167994.
HSL color Cylindrical-coordinate representation of color #FA68AA: hue angle of 332.88º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA68AA is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 170 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.02 |
| HSL | 332.88º | 0.94% | 0.69% | - |
| HSV(B) | 332.88º | 0.58% | 0.98% | - |
| XYZ | 51.63 | 33.13 | 41.7 | - |
| YUV | 155.18 | 136.37 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 170 | 0 | 0.58 | 0.32 | 0.02 | 332.88 | 0.94 | 0.69 |
| Hex | FA | 68 | AA | 0 | 3A | 20 | 2 | 14D | 5E | 45 |
| Octal | 372 | 150 | 252 | 0 | 72 | 40 | 2 | 515 | 136 | 105 |
| Binary | 11111010 | 1101000 | 10101010 | 0 | 111010 | 100000 | 10 | 101001101 | 1011110 | 1000101 |
Color Harmonies of #FA68AA
Complementary color
Monochromatic Colors of #FA68AA
Black with #FA68AA
Text Example
Text Example
White with #FA68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA68AA; }
p { color: rgb(250,104,170); }
H1.HeaderClassName
{
color: #FA68AA;
}
.AnyTagClassName
{
color: #FA68AA;
}
</style>
background-color css
<style>
a { background-color: #FA68AA; }
a { background-color: rgb(250,104,170); }
div.DivClassName
{
background-color: #FA68AA;
}
.BgClassName
{
background-color: #FA68AA;
}
</style>
border-color css
<style>
span { border-color: #FA68AA; }
span { border-color: rgb(250,104,170); }
td.TdClassName
{
border-color: #FA68AA;
}
.TagClassName
{
border-color: #FA68AA;
}
</style>