Shades of Hot Pink #F16BAB
Tints of Hot Pink #F16BAB
RGB
CMYK
RGB Variations
Color information
#F16BAB (or 0xF16BAB) is known color: Hot Pink. HEX triplet: F1, 6B and AB. RGB value is (241,107,171). Sum of RGB (Red+Green+Blue) = 241+107+171=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16BAB is #0E9454. Grayscale: #9A9A9A. Windows color (decimal): -955477 or 11234289. OLE color: 11234289.
HSL color Cylindrical-coordinate representation of color #F16BAB: hue angle of 331.34º 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 #F16BAB is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 171 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.05 |
| HSL | 331.34º | 0.83% | 0.68% | - |
| HSV(B) | 331.34º | 0.56% | 0.95% | - |
| XYZ | 48.88 | 32.16 | 42.16 | - |
| YUV | 154.36 | 137.39 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 171 | 0 | 0.56 | 0.29 | 0.05 | 331.34 | 0.83 | 0.68 |
| Hex | F1 | 6B | AB | 0 | 38 | 1D | 5 | 14B | 53 | 44 |
| Octal | 361 | 153 | 253 | 0 | 70 | 35 | 5 | 513 | 123 | 104 |
| Binary | 11110001 | 1101011 | 10101011 | 0 | 111000 | 11101 | 101 | 101001011 | 1010011 | 1000100 |
Color Harmonies of #F16BAB
Complementary color
Monochromatic Colors of #F16BAB
Black with #F16BAB
Text Example
Text Example
White with #F16BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BAB; }
p { color: rgb(241,107,171); }
H1.HeaderClassName
{
color: #F16BAB;
}
.AnyTagClassName
{
color: #F16BAB;
}
</style>
background-color css
<style>
a { background-color: #F16BAB; }
a { background-color: rgb(241,107,171); }
div.DivClassName
{
background-color: #F16BAB;
}
.BgClassName
{
background-color: #F16BAB;
}
</style>
border-color css
<style>
span { border-color: #F16BAB; }
span { border-color: rgb(241,107,171); }
td.TdClassName
{
border-color: #F16BAB;
}
.TagClassName
{
border-color: #F16BAB;
}
</style>