Shades of Hot Pink #F76FBA
Tints of Hot Pink #F76FBA
RGB
CMYK
RGB Variations
Color information
#F76FBA (or 0xF76FBA) is known color: Hot Pink. HEX triplet: F7, 6F and BA. RGB value is (247,111,186). Sum of RGB (Red+Green+Blue) = 247+111+186=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F76FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76FBA is #089045. Grayscale: #A0A0A0. Windows color (decimal): -561222 or 12218359. OLE color: 12218359.
HSL color Cylindrical-coordinate representation of color #F76FBA: hue angle of 326.91º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F76FBA is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 111 | 186 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.03 |
| HSL | 326.91º | 0.89% | 0.7% | - |
| HSV(B) | 326.91º | 0.55% | 0.97% | - |
| XYZ | 52.91 | 34.69 | 50.36 | - |
| YUV | 160.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 111 | 186 | 0 | 0.55 | 0.25 | 0.03 | 326.91 | 0.89 | 0.7 |
| Hex | F7 | 6F | BA | 0 | 37 | 19 | 3 | 147 | 59 | 46 |
| Octal | 367 | 157 | 272 | 0 | 67 | 31 | 3 | 507 | 131 | 106 |
| Binary | 11110111 | 1101111 | 10111010 | 0 | 110111 | 11001 | 11 | 101000111 | 1011001 | 1000110 |
Color Harmonies of #F76FBA
Complementary color
Monochromatic Colors of #F76FBA
Black with #F76FBA
Text Example
Text Example
White with #F76FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76FBA; }
p { color: rgb(247,111,186); }
H1.HeaderClassName
{
color: #F76FBA;
}
.AnyTagClassName
{
color: #F76FBA;
}
</style>
background-color css
<style>
a { background-color: #F76FBA; }
a { background-color: rgb(247,111,186); }
div.DivClassName
{
background-color: #F76FBA;
}
.BgClassName
{
background-color: #F76FBA;
}
</style>
border-color css
<style>
span { border-color: #F76FBA; }
span { border-color: rgb(247,111,186); }
td.TdClassName
{
border-color: #F76FBA;
}
.TagClassName
{
border-color: #F76FBA;
}
</style>