Shades of Hot Pink #F16DB6
Tints of Hot Pink #F16DB6
RGB
CMYK
RGB Variations
Color information
#F16DB6 (or 0xF16DB6) is known color: Hot Pink. HEX triplet: F1, 6D and B6. RGB value is (241,109,182). Sum of RGB (Red+Green+Blue) = 241+109+182=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DB6 is #0E9249. Grayscale: #9C9C9C. Windows color (decimal): -954954 or 11955697. OLE color: 11955697.
HSL color Cylindrical-coordinate representation of color #F16DB6: hue angle of 326.82º 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 #F16DB6 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 182 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.05 |
| HSL | 326.82º | 0.83% | 0.69% | - |
| HSV(B) | 326.82º | 0.55% | 0.95% | - |
| XYZ | 50.19 | 33.02 | 47.98 | - |
| YUV | 156.79 | 142.23 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 182 | 0 | 0.55 | 0.24 | 0.05 | 326.82 | 0.83 | 0.69 |
| Hex | F1 | 6D | B6 | 0 | 37 | 18 | 5 | 147 | 52 | 45 |
| Octal | 361 | 155 | 266 | 0 | 67 | 30 | 5 | 507 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10110110 | 0 | 110111 | 11000 | 101 | 101000111 | 1010010 | 1000101 |
Color Harmonies of #F16DB6
Complementary color
Monochromatic Colors of #F16DB6
Black with #F16DB6
Text Example
Text Example
White with #F16DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DB6; }
p { color: rgb(241,109,182); }
H1.HeaderClassName
{
color: #F16DB6;
}
.AnyTagClassName
{
color: #F16DB6;
}
</style>
background-color css
<style>
a { background-color: #F16DB6; }
a { background-color: rgb(241,109,182); }
div.DivClassName
{
background-color: #F16DB6;
}
.BgClassName
{
background-color: #F16DB6;
}
</style>
border-color css
<style>
span { border-color: #F16DB6; }
span { border-color: rgb(241,109,182); }
td.TdClassName
{
border-color: #F16DB6;
}
.TagClassName
{
border-color: #F16DB6;
}
</style>