Shades of Hot Pink #F86AAC
Tints of Hot Pink #F86AAC
RGB
CMYK
RGB Variations
Color information
#F86AAC (or 0xF86AAC) is known color: Hot Pink. HEX triplet: F8, 6A and AC. RGB value is (248,106,172). Sum of RGB (Red+Green+Blue) = 248+106+172=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86AAC is #079553. Grayscale: #9B9B9B. Windows color (decimal): -496980 or 11299576. OLE color: 11299576.
HSL color Cylindrical-coordinate representation of color #F86AAC: hue angle of 332.11º 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 #F86AAC is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 172 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.03 |
| HSL | 332.11º | 0.91% | 0.69% | - |
| HSV(B) | 332.11º | 0.57% | 0.97% | - |
| XYZ | 51.31 | 33.24 | 42.74 | - |
| YUV | 155.98 | 137.04 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 172 | 0 | 0.57 | 0.31 | 0.03 | 332.11 | 0.91 | 0.69 |
| Hex | F8 | 6A | AC | 0 | 39 | 1F | 3 | 14C | 5B | 45 |
| Octal | 370 | 152 | 254 | 0 | 71 | 37 | 3 | 514 | 133 | 105 |
| Binary | 11111000 | 1101010 | 10101100 | 0 | 111001 | 11111 | 11 | 101001100 | 1011011 | 1000101 |
Color Harmonies of #F86AAC
Complementary color
Monochromatic Colors of #F86AAC
Black with #F86AAC
Text Example
Text Example
White with #F86AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86AAC; }
p { color: rgb(248,106,172); }
H1.HeaderClassName
{
color: #F86AAC;
}
.AnyTagClassName
{
color: #F86AAC;
}
</style>
background-color css
<style>
a { background-color: #F86AAC; }
a { background-color: rgb(248,106,172); }
div.DivClassName
{
background-color: #F86AAC;
}
.BgClassName
{
background-color: #F86AAC;
}
</style>
border-color css
<style>
span { border-color: #F86AAC; }
span { border-color: rgb(248,106,172); }
td.TdClassName
{
border-color: #F86AAC;
}
.TagClassName
{
border-color: #F86AAC;
}
</style>