Shades of Hot Pink #F16AA0
Tints of Hot Pink #F16AA0
RGB
CMYK
RGB Variations
Color information
#F16AA0 (or 0xF16AA0) is known color: Hot Pink. HEX triplet: F1, 6A and A0. RGB value is (241,106,160). Sum of RGB (Red+Green+Blue) = 241+106+160=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16AA0 is #0E955F. Grayscale: #989898. Windows color (decimal): -955744 or 10513137. OLE color: 10513137.
HSL color Cylindrical-coordinate representation of color #F16AA0: hue angle of 336º 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 #F16AA0 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 160 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.05 |
| HSL | 336º | 0.83% | 0.68% | - |
| HSV(B) | 336º | 0.56% | 0.95% | - |
| XYZ | 47.77 | 31.55 | 36.83 | - |
| YUV | 152.52 | 132.23 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 160 | 0 | 0.56 | 0.34 | 0.05 | 336 | 0.83 | 0.68 |
| Hex | F1 | 6A | A0 | 0 | 38 | 22 | 5 | 150 | 53 | 44 |
| Octal | 361 | 152 | 240 | 0 | 70 | 42 | 5 | 520 | 123 | 104 |
| Binary | 11110001 | 1101010 | 10100000 | 0 | 111000 | 100010 | 101 | 101010000 | 1010011 | 1000100 |
Color Harmonies of #F16AA0
Complementary color
Monochromatic Colors of #F16AA0
Black with #F16AA0
Text Example
Text Example
White with #F16AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16AA0; }
p { color: rgb(241,106,160); }
H1.HeaderClassName
{
color: #F16AA0;
}
.AnyTagClassName
{
color: #F16AA0;
}
</style>
background-color css
<style>
a { background-color: #F16AA0; }
a { background-color: rgb(241,106,160); }
div.DivClassName
{
background-color: #F16AA0;
}
.BgClassName
{
background-color: #F16AA0;
}
</style>
border-color css
<style>
span { border-color: #F16AA0; }
span { border-color: rgb(241,106,160); }
td.TdClassName
{
border-color: #F16AA0;
}
.TagClassName
{
border-color: #F16AA0;
}
</style>