Shades of Hot Pink #F76DBA
Tints of Hot Pink #F76DBA
RGB
CMYK
RGB Variations
Color information
#F76DBA (or 0xF76DBA) is known color: Hot Pink. HEX triplet: F7, 6D and BA. RGB value is (247,109,186). Sum of RGB (Red+Green+Blue) = 247+109+186=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F76DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76DBA is #089245. Grayscale: #9E9E9E. Windows color (decimal): -561734 or 12217847. OLE color: 12217847.
HSL color Cylindrical-coordinate representation of color #F76DBA: hue angle of 326.52º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76DBA is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 186 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.03 |
| HSL | 326.52º | 0.9% | 0.7% | - |
| HSV(B) | 326.52º | 0.56% | 0.97% | - |
| XYZ | 52.69 | 34.26 | 50.29 | - |
| YUV | 159.04 | 143.22 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 186 | 0 | 0.56 | 0.25 | 0.03 | 326.52 | 0.9 | 0.7 |
| Hex | F7 | 6D | BA | 0 | 38 | 19 | 3 | 147 | 5A | 46 |
| Octal | 367 | 155 | 272 | 0 | 70 | 31 | 3 | 507 | 132 | 106 |
| Binary | 11110111 | 1101101 | 10111010 | 0 | 111000 | 11001 | 11 | 101000111 | 1011010 | 1000110 |
Color Harmonies of #F76DBA
Complementary color
Monochromatic Colors of #F76DBA
Black with #F76DBA
Text Example
Text Example
White with #F76DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76DBA; }
p { color: rgb(247,109,186); }
H1.HeaderClassName
{
color: #F76DBA;
}
.AnyTagClassName
{
color: #F76DBA;
}
</style>
background-color css
<style>
a { background-color: #F76DBA; }
a { background-color: rgb(247,109,186); }
div.DivClassName
{
background-color: #F76DBA;
}
.BgClassName
{
background-color: #F76DBA;
}
</style>
border-color css
<style>
span { border-color: #F76DBA; }
span { border-color: rgb(247,109,186); }
td.TdClassName
{
border-color: #F76DBA;
}
.TagClassName
{
border-color: #F76DBA;
}
</style>