Shades of Hot Pink #F86AAB
Tints of Hot Pink #F86AAB
RGB
CMYK
RGB Variations
Color information
#F86AAB (or 0xF86AAB) is known color: Hot Pink. HEX triplet: F8, 6A and AB. RGB value is (248,106,171). Sum of RGB (Red+Green+Blue) = 248+106+171=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86AAB is #079554. Grayscale: #9B9B9B. Windows color (decimal): -496981 or 11234040. OLE color: 11234040.
HSL color Cylindrical-coordinate representation of color #F86AAB: hue angle of 332.54º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86AAB is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 171 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.03 |
| HSL | 332.54º | 0.91% | 0.69% | - |
| HSV(B) | 332.54º | 0.57% | 0.97% | - |
| XYZ | 51.22 | 33.2 | 42.24 | - |
| YUV | 155.87 | 136.54 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 171 | 0 | 0.57 | 0.31 | 0.03 | 332.54 | 0.91 | 0.69 |
| Hex | F8 | 6A | AB | 0 | 39 | 1F | 3 | 14D | 5B | 45 |
| Octal | 370 | 152 | 253 | 0 | 71 | 37 | 3 | 515 | 133 | 105 |
| Binary | 11111000 | 1101010 | 10101011 | 0 | 111001 | 11111 | 11 | 101001101 | 1011011 | 1000101 |
Color Harmonies of #F86AAB
Complementary color
Monochromatic Colors of #F86AAB
Black with #F86AAB
Text Example
Text Example
White with #F86AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86AAB; }
p { color: rgb(248,106,171); }
H1.HeaderClassName
{
color: #F86AAB;
}
.AnyTagClassName
{
color: #F86AAB;
}
</style>
background-color css
<style>
a { background-color: #F86AAB; }
a { background-color: rgb(248,106,171); }
div.DivClassName
{
background-color: #F86AAB;
}
.BgClassName
{
background-color: #F86AAB;
}
</style>
border-color css
<style>
span { border-color: #F86AAB; }
span { border-color: rgb(248,106,171); }
td.TdClassName
{
border-color: #F86AAB;
}
.TagClassName
{
border-color: #F86AAB;
}
</style>