Shades of Hot Pink #FA68AB
Tints of Hot Pink #FA68AB
RGB
CMYK
RGB Variations
Color information
#FA68AB (or 0xFA68AB) is known color: Hot Pink. HEX triplet: FA, 68 and AB. RGB value is (250,104,171). Sum of RGB (Red+Green+Blue) = 250+104+171=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA68AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA68AB is #059754. Grayscale: #9B9B9B. Windows color (decimal): -366421 or 11233530. OLE color: 11233530.
HSL color Cylindrical-coordinate representation of color #FA68AB: hue angle of 332.47º 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 #FA68AB is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 171 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.02 |
| HSL | 332.47º | 0.94% | 0.69% | - |
| HSV(B) | 332.47º | 0.58% | 0.98% | - |
| XYZ | 51.73 | 33.16 | 42.2 | - |
| YUV | 155.29 | 136.87 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 171 | 0 | 0.58 | 0.32 | 0.02 | 332.47 | 0.94 | 0.69 |
| Hex | FA | 68 | AB | 0 | 3A | 20 | 2 | 14C | 5E | 45 |
| Octal | 372 | 150 | 253 | 0 | 72 | 40 | 2 | 514 | 136 | 105 |
| Binary | 11111010 | 1101000 | 10101011 | 0 | 111010 | 100000 | 10 | 101001100 | 1011110 | 1000101 |
Color Harmonies of #FA68AB
Complementary color
Monochromatic Colors of #FA68AB
Black with #FA68AB
Text Example
Text Example
White with #FA68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA68AB; }
p { color: rgb(250,104,171); }
H1.HeaderClassName
{
color: #FA68AB;
}
.AnyTagClassName
{
color: #FA68AB;
}
</style>
background-color css
<style>
a { background-color: #FA68AB; }
a { background-color: rgb(250,104,171); }
div.DivClassName
{
background-color: #FA68AB;
}
.BgClassName
{
background-color: #FA68AB;
}
</style>
border-color css
<style>
span { border-color: #FA68AB; }
span { border-color: rgb(250,104,171); }
td.TdClassName
{
border-color: #FA68AB;
}
.TagClassName
{
border-color: #FA68AB;
}
</style>