Shades of Hot Pink #F16BA3
Tints of Hot Pink #F16BA3
RGB
CMYK
RGB Variations
Color information
#F16BA3 (or 0xF16BA3) is known color: Hot Pink. HEX triplet: F1, 6B and A3. RGB value is (241,107,163). Sum of RGB (Red+Green+Blue) = 241+107+163=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16BA3 is #0E945C. Grayscale: #999999. Windows color (decimal): -955485 or 10710001. OLE color: 10710001.
HSL color Cylindrical-coordinate representation of color #F16BA3: hue angle of 334.93º 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 #F16BA3 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 163 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.05 |
| HSL | 334.93º | 0.83% | 0.68% | - |
| HSV(B) | 334.93º | 0.56% | 0.95% | - |
| XYZ | 48.14 | 31.86 | 38.26 | - |
| YUV | 153.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 163 | 0 | 0.56 | 0.32 | 0.05 | 334.93 | 0.83 | 0.68 |
| Hex | F1 | 6B | A3 | 0 | 38 | 20 | 5 | 14F | 53 | 44 |
| Octal | 361 | 153 | 243 | 0 | 70 | 40 | 5 | 517 | 123 | 104 |
| Binary | 11110001 | 1101011 | 10100011 | 0 | 111000 | 100000 | 101 | 101001111 | 1010011 | 1000100 |
Color Harmonies of #F16BA3
Complementary color
Monochromatic Colors of #F16BA3
Black with #F16BA3
Text Example
Text Example
White with #F16BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BA3; }
p { color: rgb(241,107,163); }
H1.HeaderClassName
{
color: #F16BA3;
}
.AnyTagClassName
{
color: #F16BA3;
}
</style>
background-color css
<style>
a { background-color: #F16BA3; }
a { background-color: rgb(241,107,163); }
div.DivClassName
{
background-color: #F16BA3;
}
.BgClassName
{
background-color: #F16BA3;
}
</style>
border-color css
<style>
span { border-color: #F16BA3; }
span { border-color: rgb(241,107,163); }
td.TdClassName
{
border-color: #F16BA3;
}
.TagClassName
{
border-color: #F16BA3;
}
</style>