Shades of Hot Pink #F16AAB
Tints of Hot Pink #F16AAB
RGB
CMYK
RGB Variations
Color information
#F16AAB (or 0xF16AAB) is known color: Hot Pink. HEX triplet: F1, 6A and AB. RGB value is (241,106,171). Sum of RGB (Red+Green+Blue) = 241+106+171=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16AAB is #0E9554. Grayscale: #999999. Windows color (decimal): -955733 or 11234033. OLE color: 11234033.
HSL color Cylindrical-coordinate representation of color #F16AAB: hue angle of 331.11º 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 #F16AAB is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 171 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.05 |
| HSL | 331.11º | 0.83% | 0.68% | - |
| HSV(B) | 331.11º | 0.56% | 0.95% | - |
| XYZ | 48.78 | 31.95 | 42.12 | - |
| YUV | 153.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 171 | 0 | 0.56 | 0.29 | 0.05 | 331.11 | 0.83 | 0.68 |
| Hex | F1 | 6A | AB | 0 | 38 | 1D | 5 | 14B | 53 | 44 |
| Octal | 361 | 152 | 253 | 0 | 70 | 35 | 5 | 513 | 123 | 104 |
| Binary | 11110001 | 1101010 | 10101011 | 0 | 111000 | 11101 | 101 | 101001011 | 1010011 | 1000100 |
Color Harmonies of #F16AAB
Complementary color
Monochromatic Colors of #F16AAB
Black with #F16AAB
Text Example
Text Example
White with #F16AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16AAB; }
p { color: rgb(241,106,171); }
H1.HeaderClassName
{
color: #F16AAB;
}
.AnyTagClassName
{
color: #F16AAB;
}
</style>
background-color css
<style>
a { background-color: #F16AAB; }
a { background-color: rgb(241,106,171); }
div.DivClassName
{
background-color: #F16AAB;
}
.BgClassName
{
background-color: #F16AAB;
}
</style>
border-color css
<style>
span { border-color: #F16AAB; }
span { border-color: rgb(241,106,171); }
td.TdClassName
{
border-color: #F16AAB;
}
.TagClassName
{
border-color: #F16AAB;
}
</style>