Shades of Hot Pink #F16DBB
Tints of Hot Pink #F16DBB
RGB
CMYK
RGB Variations
Color information
#F16DBB (or 0xF16DBB) is known color: Hot Pink. HEX triplet: F1, 6D and BB. RGB value is (241,109,187). Sum of RGB (Red+Green+Blue) = 241+109+187=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DBB is #0E9244. Grayscale: #9D9D9D. Windows color (decimal): -954949 or 12283377. OLE color: 12283377.
HSL color Cylindrical-coordinate representation of color #F16DBB: hue angle of 324.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 #F16DBB is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 187 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.05 |
| HSL | 324.55º | 0.83% | 0.69% | - |
| HSV(B) | 324.55º | 0.55% | 0.95% | - |
| XYZ | 50.71 | 33.23 | 50.75 | - |
| YUV | 157.36 | 144.73 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 187 | 0 | 0.55 | 0.22 | 0.05 | 324.55 | 0.83 | 0.69 |
| Hex | F1 | 6D | BB | 0 | 37 | 16 | 5 | 145 | 52 | 45 |
| Octal | 361 | 155 | 273 | 0 | 67 | 26 | 5 | 505 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10111011 | 0 | 110111 | 10110 | 101 | 101000101 | 1010010 | 1000101 |
Color Harmonies of #F16DBB
Complementary color
Monochromatic Colors of #F16DBB
Black with #F16DBB
Text Example
Text Example
White with #F16DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DBB; }
p { color: rgb(241,109,187); }
H1.HeaderClassName
{
color: #F16DBB;
}
.AnyTagClassName
{
color: #F16DBB;
}
</style>
background-color css
<style>
a { background-color: #F16DBB; }
a { background-color: rgb(241,109,187); }
div.DivClassName
{
background-color: #F16DBB;
}
.BgClassName
{
background-color: #F16DBB;
}
</style>
border-color css
<style>
span { border-color: #F16DBB; }
span { border-color: rgb(241,109,187); }
td.TdClassName
{
border-color: #F16DBB;
}
.TagClassName
{
border-color: #F16DBB;
}
</style>