Shades of Hot Pink #F16AA5
Tints of Hot Pink #F16AA5
RGB
CMYK
RGB Variations
Color information
#F16AA5 (or 0xF16AA5) is known color: Hot Pink. HEX triplet: F1, 6A and A5. RGB value is (241,106,165). Sum of RGB (Red+Green+Blue) = 241+106+165=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F16AA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16AA5 is #0E955A. Grayscale: #989898. Windows color (decimal): -955739 or 10840817. OLE color: 10840817.
HSL color Cylindrical-coordinate representation of color #F16AA5: hue angle of 333.78º 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 #F16AA5 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 106 | 165 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.05 |
| HSL | 333.78º | 0.83% | 0.68% | - |
| HSV(B) | 333.78º | 0.56% | 0.95% | - |
| XYZ | 48.22 | 31.73 | 39.18 | - |
| YUV | 153.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 106 | 165 | 0 | 0.56 | 0.32 | 0.05 | 333.78 | 0.83 | 0.68 |
| Hex | F1 | 6A | A5 | 0 | 38 | 20 | 5 | 14E | 53 | 44 |
| Octal | 361 | 152 | 245 | 0 | 70 | 40 | 5 | 516 | 123 | 104 |
| Binary | 11110001 | 1101010 | 10100101 | 0 | 111000 | 100000 | 101 | 101001110 | 1010011 | 1000100 |
Color Harmonies of #F16AA5
Complementary color
Monochromatic Colors of #F16AA5
Black with #F16AA5
Text Example
Text Example
White with #F16AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16AA5; }
p { color: rgb(241,106,165); }
H1.HeaderClassName
{
color: #F16AA5;
}
.AnyTagClassName
{
color: #F16AA5;
}
</style>
background-color css
<style>
a { background-color: #F16AA5; }
a { background-color: rgb(241,106,165); }
div.DivClassName
{
background-color: #F16AA5;
}
.BgClassName
{
background-color: #F16AA5;
}
</style>
border-color css
<style>
span { border-color: #F16AA5; }
span { border-color: rgb(241,106,165); }
td.TdClassName
{
border-color: #F16AA5;
}
.TagClassName
{
border-color: #F16AA5;
}
</style>