Shades of Hot Pink #F16DBA
Tints of Hot Pink #F16DBA
RGB
CMYK
RGB Variations
Color information
#F16DBA (or 0xF16DBA) is known color: Hot Pink. HEX triplet: F1, 6D and BA. RGB value is (241,109,186). Sum of RGB (Red+Green+Blue) = 241+109+186=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F16DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F16DBA is #0E9245. Grayscale: #9D9D9D. Windows color (decimal): -954950 or 12217841. OLE color: 12217841.
HSL color Cylindrical-coordinate representation of color #F16DBA: hue angle of 325º 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 #F16DBA is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 109 | 186 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.05 |
| HSL | 325º | 0.83% | 0.69% | - |
| HSV(B) | 325º | 0.55% | 0.95% | - |
| XYZ | 50.61 | 33.18 | 50.19 | - |
| YUV | 157.25 | 144.23 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 109 | 186 | 0 | 0.55 | 0.23 | 0.05 | 325 | 0.83 | 0.69 |
| Hex | F1 | 6D | BA | 0 | 37 | 17 | 5 | 145 | 52 | 45 |
| Octal | 361 | 155 | 272 | 0 | 67 | 27 | 5 | 505 | 122 | 105 |
| Binary | 11110001 | 1101101 | 10111010 | 0 | 110111 | 10111 | 101 | 101000101 | 1010010 | 1000101 |
Color Harmonies of #F16DBA
Complementary color
Monochromatic Colors of #F16DBA
Black with #F16DBA
Text Example
Text Example
White with #F16DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16DBA; }
p { color: rgb(241,109,186); }
H1.HeaderClassName
{
color: #F16DBA;
}
.AnyTagClassName
{
color: #F16DBA;
}
</style>
background-color css
<style>
a { background-color: #F16DBA; }
a { background-color: rgb(241,109,186); }
div.DivClassName
{
background-color: #F16DBA;
}
.BgClassName
{
background-color: #F16DBA;
}
</style>
border-color css
<style>
span { border-color: #F16DBA; }
span { border-color: rgb(241,109,186); }
td.TdClassName
{
border-color: #F16DBA;
}
.TagClassName
{
border-color: #F16DBA;
}
</style>