Shades of Hot Pink #F16BA7
Tints of Hot Pink #F16BA7
RGB
CMYK
RGB Variations
Color information
#F16BA7 (or 0xF16BA7) is known color: Hot Pink. HEX triplet: F1, 6B and A7. RGB value is (241,107,167). Sum of RGB (Red+Green+Blue) = 241+107+167=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16BA7 is #0E9458. Grayscale: #999999. Windows color (decimal): -955481 or 10972145. OLE color: 10972145.
HSL color Cylindrical-coordinate representation of color #F16BA7: hue angle of 333.13º 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 #F16BA7 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 167 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.05 |
| HSL | 333.13º | 0.83% | 0.68% | - |
| HSV(B) | 333.13º | 0.56% | 0.95% | - |
| XYZ | 48.51 | 32.01 | 40.18 | - |
| YUV | 153.91 | 135.39 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 167 | 0 | 0.56 | 0.31 | 0.05 | 333.13 | 0.83 | 0.68 |
| Hex | F1 | 6B | A7 | 0 | 38 | 1F | 5 | 14D | 53 | 44 |
| Octal | 361 | 153 | 247 | 0 | 70 | 37 | 5 | 515 | 123 | 104 |
| Binary | 11110001 | 1101011 | 10100111 | 0 | 111000 | 11111 | 101 | 101001101 | 1010011 | 1000100 |
Color Harmonies of #F16BA7
Complementary color
Monochromatic Colors of #F16BA7
Black with #F16BA7
Text Example
Text Example
White with #F16BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BA7; }
p { color: rgb(241,107,167); }
H1.HeaderClassName
{
color: #F16BA7;
}
.AnyTagClassName
{
color: #F16BA7;
}
</style>
background-color css
<style>
a { background-color: #F16BA7; }
a { background-color: rgb(241,107,167); }
div.DivClassName
{
background-color: #F16BA7;
}
.BgClassName
{
background-color: #F16BA7;
}
</style>
border-color css
<style>
span { border-color: #F16BA7; }
span { border-color: rgb(241,107,167); }
td.TdClassName
{
border-color: #F16BA7;
}
.TagClassName
{
border-color: #F16BA7;
}
</style>