Shades of Hot Pink #F16DA5
Tints of Hot Pink #F16DA5
RGB
CMYK
RGB Variations
Color information
#F16DA5 (or 0xF16DA5) is known color: Hot Pink. HEX triplet: F1, 6D and A5. RGB value is (241,109,165). Sum of RGB (Red+Green+Blue) = 241+109+165=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16DA5 is #0E925A. Grayscale: #9A9A9A. Windows color (decimal): -954971 or 10841585. OLE color: 10841585.
HSL color Cylindrical-coordinate representation of color #F16DA5: hue angle of 334.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16DA5 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 165 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.05 |
| HSL | 334.55º | 0.83% | 0.69% | - |
| HSV(B) | 334.55º | 0.55% | 0.95% | - |
| XYZ | 48.54 | 32.35 | 39.28 | - |
| YUV | 154.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 165 | 0 | 0.55 | 0.32 | 0.05 | 334.55 | 0.83 | 0.69 |
| Hex | F1 | 6D | A5 | 0 | 37 | 20 | 5 | 14F | 52 | 45 |
| Octal | 361 | 155 | 245 | 0 | 67 | 40 | 5 | 517 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10100101 | 0 | 110111 | 100000 | 101 | 101001111 | 1010010 | 1000101 |
Color Harmonies of #F16DA5
Complementary color
Monochromatic Colors of #F16DA5
Black with #F16DA5
Text Example
Text Example
White with #F16DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DA5; }
p { color: rgb(241,109,165); }
H1.HeaderClassName
{
color: #F16DA5;
}
.AnyTagClassName
{
color: #F16DA5;
}
</style>
background-color css
<style>
a { background-color: #F16DA5; }
a { background-color: rgb(241,109,165); }
div.DivClassName
{
background-color: #F16DA5;
}
.BgClassName
{
background-color: #F16DA5;
}
</style>
border-color css
<style>
span { border-color: #F16DA5; }
span { border-color: rgb(241,109,165); }
td.TdClassName
{
border-color: #F16DA5;
}
.TagClassName
{
border-color: #F16DA5;
}
</style>