Shades of Hot Pink #F16DB7
Tints of Hot Pink #F16DB7
RGB
CMYK
RGB Variations
Color information
#F16DB7 (or 0xF16DB7) is known color: Hot Pink. HEX triplet: F1, 6D and B7. RGB value is (241,109,183). Sum of RGB (Red+Green+Blue) = 241+109+183=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DB7 is #0E9248. Grayscale: #9C9C9C. Windows color (decimal): -954953 or 12021233. OLE color: 12021233.
HSL color Cylindrical-coordinate representation of color #F16DB7: hue angle of 326.36º 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 #F16DB7 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 183 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.05 |
| HSL | 326.36º | 0.83% | 0.69% | - |
| HSV(B) | 326.36º | 0.55% | 0.95% | - |
| XYZ | 50.29 | 33.06 | 48.53 | - |
| YUV | 156.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 183 | 0 | 0.55 | 0.24 | 0.05 | 326.36 | 0.83 | 0.69 |
| Hex | F1 | 6D | B7 | 0 | 37 | 18 | 5 | 146 | 52 | 45 |
| Octal | 361 | 155 | 267 | 0 | 67 | 30 | 5 | 506 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10110111 | 0 | 110111 | 11000 | 101 | 101000110 | 1010010 | 1000101 |
Color Harmonies of #F16DB7
Complementary color
Monochromatic Colors of #F16DB7
Black with #F16DB7
Text Example
Text Example
White with #F16DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DB7; }
p { color: rgb(241,109,183); }
H1.HeaderClassName
{
color: #F16DB7;
}
.AnyTagClassName
{
color: #F16DB7;
}
</style>
background-color css
<style>
a { background-color: #F16DB7; }
a { background-color: rgb(241,109,183); }
div.DivClassName
{
background-color: #F16DB7;
}
.BgClassName
{
background-color: #F16DB7;
}
</style>
border-color css
<style>
span { border-color: #F16DB7; }
span { border-color: rgb(241,109,183); }
td.TdClassName
{
border-color: #F16DB7;
}
.TagClassName
{
border-color: #F16DB7;
}
</style>