Shades of Hot Pink #F16BAA
Tints of Hot Pink #F16BAA
RGB
CMYK
RGB Variations
Color information
#F16BAA (or 0xF16BAA) is known color: Hot Pink. HEX triplet: F1, 6B and AA. RGB value is (241,107,170). Sum of RGB (Red+Green+Blue) = 241+107+170=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F16BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16BAA is #0E9455. Grayscale: #9A9A9A. Windows color (decimal): -955478 or 11168753. OLE color: 11168753.
HSL color Cylindrical-coordinate representation of color #F16BAA: hue angle of 331.79º 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 #F16BAA is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 170 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.05 |
| HSL | 331.79º | 0.83% | 0.68% | - |
| HSV(B) | 331.79º | 0.56% | 0.95% | - |
| XYZ | 48.79 | 32.12 | 41.66 | - |
| YUV | 154.25 | 136.89 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 170 | 0 | 0.56 | 0.29 | 0.05 | 331.79 | 0.83 | 0.68 |
| Hex | F1 | 6B | AA | 0 | 38 | 1D | 5 | 14C | 53 | 44 |
| Octal | 361 | 153 | 252 | 0 | 70 | 35 | 5 | 514 | 123 | 104 |
| Binary | 11110001 | 1101011 | 10101010 | 0 | 111000 | 11101 | 101 | 101001100 | 1010011 | 1000100 |
Color Harmonies of #F16BAA
Complementary color
Monochromatic Colors of #F16BAA
Black with #F16BAA
Text Example
Text Example
White with #F16BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16BAA; }
p { color: rgb(241,107,170); }
H1.HeaderClassName
{
color: #F16BAA;
}
.AnyTagClassName
{
color: #F16BAA;
}
</style>
background-color css
<style>
a { background-color: #F16BAA; }
a { background-color: rgb(241,107,170); }
div.DivClassName
{
background-color: #F16BAA;
}
.BgClassName
{
background-color: #F16BAA;
}
</style>
border-color css
<style>
span { border-color: #F16BAA; }
span { border-color: rgb(241,107,170); }
td.TdClassName
{
border-color: #F16BAA;
}
.TagClassName
{
border-color: #F16BAA;
}
</style>