Shades of Hot Pink #F16AB0
Tints of Hot Pink #F16AB0
RGB
CMYK
RGB Variations
Color information
#F16AB0 (or 0xF16AB0) is known color: Hot Pink. HEX triplet: F1, 6A and B0. RGB value is (241,106,176). Sum of RGB (Red+Green+Blue) = 241+106+176=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16AB0 is #0E954F. Grayscale: #9A9A9A. Windows color (decimal): -955728 or 11561713. OLE color: 11561713.
HSL color Cylindrical-coordinate representation of color #F16AB0: hue angle of 328.89º 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 #F16AB0 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 176 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.05 |
| HSL | 328.89º | 0.83% | 0.68% | - |
| HSV(B) | 328.89º | 0.56% | 0.95% | - |
| XYZ | 49.27 | 32.14 | 44.68 | - |
| YUV | 154.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 176 | 0 | 0.56 | 0.27 | 0.05 | 328.89 | 0.83 | 0.68 |
| Hex | F1 | 6A | B0 | 0 | 38 | 1B | 5 | 149 | 53 | 44 |
| Octal | 361 | 152 | 260 | 0 | 70 | 33 | 5 | 511 | 123 | 104 |
| Binary | 11110001 | 1101010 | 10110000 | 0 | 111000 | 11011 | 101 | 101001001 | 1010011 | 1000100 |
Color Harmonies of #F16AB0
Complementary color
Monochromatic Colors of #F16AB0
Black with #F16AB0
Text Example
Text Example
White with #F16AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16AB0; }
p { color: rgb(241,106,176); }
H1.HeaderClassName
{
color: #F16AB0;
}
.AnyTagClassName
{
color: #F16AB0;
}
</style>
background-color css
<style>
a { background-color: #F16AB0; }
a { background-color: rgb(241,106,176); }
div.DivClassName
{
background-color: #F16AB0;
}
.BgClassName
{
background-color: #F16AB0;
}
</style>
border-color css
<style>
span { border-color: #F16AB0; }
span { border-color: rgb(241,106,176); }
td.TdClassName
{
border-color: #F16AB0;
}
.TagClassName
{
border-color: #F16AB0;
}
</style>