Shades of Hot Pink #FF68AB
Tints of Hot Pink #FF68AB
RGB
CMYK
RGB Variations
Color information
#FF68AB (or 0xFF68AB) is known color: Hot Pink. HEX triplet: FF, 68 and AB. RGB value is (255,104,171). Sum of RGB (Red+Green+Blue) = 255+104+171=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FF68AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF68AB is #009754. Grayscale: #9C9C9C. Windows color (decimal): -38741 or 11233535. OLE color: 11233535.
HSL color Cylindrical-coordinate representation of color #FF68AB: hue angle of 333.38º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF68AB is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 171 | - |
| CMYK | 0 | 0.59 | 0.33 | 0 |
| HSL | 333.38º | 1% | 0.7% | - |
| HSV(B) | 333.38º | 0.59% | 1% | - |
| XYZ | 53.54 | 34.1 | 42.29 | - |
| YUV | 156.79 | 136.03 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 171 | 0 | 0.59 | 0.33 | 0 | 333.38 | 1 | 0.7 |
| Hex | FF | 68 | AB | 0 | 3B | 21 | 0 | 14D | 64 | 46 |
| Octal | 377 | 150 | 253 | 0 | 73 | 41 | 0 | 515 | 144 | 106 |
| Binary | 11111111 | 1101000 | 10101011 | 0 | 111011 | 100001 | 0 | 101001101 | 1100100 | 1000110 |
Color Harmonies of #FF68AB
Complementary color
Monochromatic Colors of #FF68AB
Black with #FF68AB
Text Example
Text Example
White with #FF68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF68AB; }
p { color: rgb(255,104,171); }
H1.HeaderClassName
{
color: #FF68AB;
}
.AnyTagClassName
{
color: #FF68AB;
}
</style>
background-color css
<style>
a { background-color: #FF68AB; }
a { background-color: rgb(255,104,171); }
div.DivClassName
{
background-color: #FF68AB;
}
.BgClassName
{
background-color: #FF68AB;
}
</style>
border-color css
<style>
span { border-color: #FF68AB; }
span { border-color: rgb(255,104,171); }
td.TdClassName
{
border-color: #FF68AB;
}
.TagClassName
{
border-color: #FF68AB;
}
</style>