Shades of Hot Pink #F16BA8
Tints of Hot Pink #F16BA8
RGB
CMYK
RGB Variations
Color information
#F16BA8 (or 0xF16BA8) is known color: Hot Pink. HEX triplet: F1, 6B and A8. RGB value is (241,107,168). Sum of RGB (Red+Green+Blue) = 241+107+168=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16BA8 is #0E9457. Grayscale: #999999. Windows color (decimal): -955480 or 11037681. OLE color: 11037681.
HSL color Cylindrical-coordinate representation of color #F16BA8: hue angle of 332.69º 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 #F16BA8 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 168 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.05 |
| HSL | 332.69º | 0.83% | 0.68% | - |
| HSV(B) | 332.69º | 0.56% | 0.95% | - |
| XYZ | 48.6 | 32.04 | 40.67 | - |
| YUV | 154.02 | 135.89 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 168 | 0 | 0.56 | 0.30 | 0.05 | 332.69 | 0.83 | 0.68 |
| Hex | F1 | 6B | A8 | 0 | 38 | 1E | 5 | 14D | 53 | 44 |
| Octal | 361 | 153 | 250 | 0 | 70 | 36 | 5 | 515 | 123 | 104 |
| Binary | 11110001 | 1101011 | 10101000 | 0 | 111000 | 11110 | 101 | 101001101 | 1010011 | 1000100 |
Color Harmonies of #F16BA8
Complementary color
Monochromatic Colors of #F16BA8
Black with #F16BA8
Text Example
Text Example
White with #F16BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BA8; }
p { color: rgb(241,107,168); }
H1.HeaderClassName
{
color: #F16BA8;
}
.AnyTagClassName
{
color: #F16BA8;
}
</style>
background-color css
<style>
a { background-color: #F16BA8; }
a { background-color: rgb(241,107,168); }
div.DivClassName
{
background-color: #F16BA8;
}
.BgClassName
{
background-color: #F16BA8;
}
</style>
border-color css
<style>
span { border-color: #F16BA8; }
span { border-color: rgb(241,107,168); }
td.TdClassName
{
border-color: #F16BA8;
}
.TagClassName
{
border-color: #F16BA8;
}
</style>