Shades of Hot Pink #F16DB9
Tints of Hot Pink #F16DB9
RGB
CMYK
RGB Variations
Color information
#F16DB9 (or 0xF16DB9) is known color: Hot Pink. HEX triplet: F1, 6D and B9. RGB value is (241,109,185). Sum of RGB (Red+Green+Blue) = 241+109+185=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DB9 is #0E9246. Grayscale: #9C9C9C. Windows color (decimal): -954951 or 12152305. OLE color: 12152305.
HSL color Cylindrical-coordinate representation of color #F16DB9: hue angle of 325.45º 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 #F16DB9 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 185 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.05 |
| HSL | 325.45º | 0.83% | 0.69% | - |
| HSV(B) | 325.45º | 0.55% | 0.95% | - |
| XYZ | 50.5 | 33.14 | 49.63 | - |
| YUV | 157.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 185 | 0 | 0.55 | 0.23 | 0.05 | 325.45 | 0.83 | 0.69 |
| Hex | F1 | 6D | B9 | 0 | 37 | 17 | 5 | 145 | 52 | 45 |
| Octal | 361 | 155 | 271 | 0 | 67 | 27 | 5 | 505 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10111001 | 0 | 110111 | 10111 | 101 | 101000101 | 1010010 | 1000101 |
Color Harmonies of #F16DB9
Complementary color
Monochromatic Colors of #F16DB9
Black with #F16DB9
Text Example
Text Example
White with #F16DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DB9; }
p { color: rgb(241,109,185); }
H1.HeaderClassName
{
color: #F16DB9;
}
.AnyTagClassName
{
color: #F16DB9;
}
</style>
background-color css
<style>
a { background-color: #F16DB9; }
a { background-color: rgb(241,109,185); }
div.DivClassName
{
background-color: #F16DB9;
}
.BgClassName
{
background-color: #F16DB9;
}
</style>
border-color css
<style>
span { border-color: #F16DB9; }
span { border-color: rgb(241,109,185); }
td.TdClassName
{
border-color: #F16DB9;
}
.TagClassName
{
border-color: #F16DB9;
}
</style>