Shades of Hot Pink #F16AAA
Tints of Hot Pink #F16AAA
RGB
CMYK
RGB Variations
Color information
#F16AAA (or 0xF16AAA) is known color: Hot Pink. HEX triplet: F1, 6A and AA. RGB value is (241,106,170). Sum of RGB (Red+Green+Blue) = 241+106+170=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16AAA is #0E9555. Grayscale: #999999. Windows color (decimal): -955734 or 11168497. OLE color: 11168497.
HSL color Cylindrical-coordinate representation of color #F16AAA: hue angle of 331.56º 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 #F16AAA is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 170 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.05 |
| HSL | 331.56º | 0.83% | 0.68% | - |
| HSV(B) | 331.56º | 0.56% | 0.95% | - |
| XYZ | 48.69 | 31.91 | 41.62 | - |
| YUV | 153.66 | 137.23 | 190.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 170 | 0 | 0.56 | 0.29 | 0.05 | 331.56 | 0.83 | 0.68 |
| Hex | F1 | 6A | AA | 0 | 38 | 1D | 5 | 14C | 53 | 44 |
| Octal | 361 | 152 | 252 | 0 | 70 | 35 | 5 | 514 | 123 | 104 |
| Binary | 11110001 | 1101010 | 10101010 | 0 | 111000 | 11101 | 101 | 101001100 | 1010011 | 1000100 |
Color Harmonies of #F16AAA
Complementary color
Monochromatic Colors of #F16AAA
Black with #F16AAA
Text Example
Text Example
White with #F16AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16AAA; }
p { color: rgb(241,106,170); }
H1.HeaderClassName
{
color: #F16AAA;
}
.AnyTagClassName
{
color: #F16AAA;
}
</style>
background-color css
<style>
a { background-color: #F16AAA; }
a { background-color: rgb(241,106,170); }
div.DivClassName
{
background-color: #F16AAA;
}
.BgClassName
{
background-color: #F16AAA;
}
</style>
border-color css
<style>
span { border-color: #F16AAA; }
span { border-color: rgb(241,106,170); }
td.TdClassName
{
border-color: #F16AAA;
}
.TagClassName
{
border-color: #F16AAA;
}
</style>