Shades of Hot Pink #F16BAC
Tints of Hot Pink #F16BAC
RGB
CMYK
RGB Variations
Color information
#F16BAC (or 0xF16BAC) is known color: Hot Pink. HEX triplet: F1, 6B and AC. RGB value is (241,107,172). Sum of RGB (Red+Green+Blue) = 241+107+172=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16BAC is #0E9453. Grayscale: #9A9A9A. Windows color (decimal): -955476 or 11299825. OLE color: 11299825.
HSL color Cylindrical-coordinate representation of color #F16BAC: hue angle of 330.9º 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 #F16BAC is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 172 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.05 |
| HSL | 330.9º | 0.83% | 0.68% | - |
| HSV(B) | 330.9º | 0.56% | 0.95% | - |
| XYZ | 48.98 | 32.19 | 42.66 | - |
| YUV | 154.48 | 137.89 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 172 | 0 | 0.56 | 0.29 | 0.05 | 330.9 | 0.83 | 0.68 |
| Hex | F1 | 6B | AC | 0 | 38 | 1D | 5 | 14B | 53 | 44 |
| Octal | 361 | 153 | 254 | 0 | 70 | 35 | 5 | 513 | 123 | 104 |
| Binary | 11110001 | 1101011 | 10101100 | 0 | 111000 | 11101 | 101 | 101001011 | 1010011 | 1000100 |
Color Harmonies of #F16BAC
Complementary color
Monochromatic Colors of #F16BAC
Black with #F16BAC
Text Example
Text Example
White with #F16BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BAC; }
p { color: rgb(241,107,172); }
H1.HeaderClassName
{
color: #F16BAC;
}
.AnyTagClassName
{
color: #F16BAC;
}
</style>
background-color css
<style>
a { background-color: #F16BAC; }
a { background-color: rgb(241,107,172); }
div.DivClassName
{
background-color: #F16BAC;
}
.BgClassName
{
background-color: #F16BAC;
}
</style>
border-color css
<style>
span { border-color: #F16BAC; }
span { border-color: rgb(241,107,172); }
td.TdClassName
{
border-color: #F16BAC;
}
.TagClassName
{
border-color: #F16BAC;
}
</style>