Shades of Hot Pink #F16AAC
Tints of Hot Pink #F16AAC
RGB
CMYK
RGB Variations
Color information
#F16AAC (or 0xF16AAC) is known color: Hot Pink. HEX triplet: F1, 6A and AC. RGB value is (241,106,172). Sum of RGB (Red+Green+Blue) = 241+106+172=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16AAC is #0E9553. Grayscale: #999999. Windows color (decimal): -955732 or 11299569. OLE color: 11299569.
HSL color Cylindrical-coordinate representation of color #F16AAC: hue angle of 330.67º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16AAC is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 172 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.05 |
| HSL | 330.67º | 0.83% | 0.68% | - |
| HSV(B) | 330.67º | 0.56% | 0.95% | - |
| XYZ | 48.88 | 31.99 | 42.63 | - |
| YUV | 153.89 | 138.23 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 172 | 0 | 0.56 | 0.29 | 0.05 | 330.67 | 0.83 | 0.68 |
| Hex | F1 | 6A | AC | 0 | 38 | 1D | 5 | 14B | 53 | 44 |
| Octal | 361 | 152 | 254 | 0 | 70 | 35 | 5 | 513 | 123 | 104 |
| Binary | 11110001 | 1101010 | 10101100 | 0 | 111000 | 11101 | 101 | 101001011 | 1010011 | 1000100 |
Color Harmonies of #F16AAC
Complementary color
Monochromatic Colors of #F16AAC
Black with #F16AAC
Text Example
Text Example
White with #F16AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16AAC; }
p { color: rgb(241,106,172); }
H1.HeaderClassName
{
color: #F16AAC;
}
.AnyTagClassName
{
color: #F16AAC;
}
</style>
background-color css
<style>
a { background-color: #F16AAC; }
a { background-color: rgb(241,106,172); }
div.DivClassName
{
background-color: #F16AAC;
}
.BgClassName
{
background-color: #F16AAC;
}
</style>
border-color css
<style>
span { border-color: #F16AAC; }
span { border-color: rgb(241,106,172); }
td.TdClassName
{
border-color: #F16AAC;
}
.TagClassName
{
border-color: #F16AAC;
}
</style>