Shades of Hot Pink #F76ABA
Tints of Hot Pink #F76ABA
RGB
CMYK
RGB Variations
Color information
#F76ABA (or 0xF76ABA) is known color: Hot Pink. HEX triplet: F7, 6A and BA. RGB value is (247,106,186). Sum of RGB (Red+Green+Blue) = 247+106+186=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F76ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76ABA is #089545. Grayscale: #9D9D9D. Windows color (decimal): -562502 or 12217079. OLE color: 12217079.
HSL color Cylindrical-coordinate representation of color #F76ABA: hue angle of 325.96º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76ABA is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 106 | 186 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.03 |
| HSL | 325.96º | 0.9% | 0.69% | - |
| HSV(B) | 325.96º | 0.57% | 0.97% | - |
| XYZ | 52.37 | 33.63 | 50.18 | - |
| YUV | 157.28 | 144.21 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 106 | 186 | 0 | 0.57 | 0.25 | 0.03 | 325.96 | 0.9 | 0.69 |
| Hex | F7 | 6A | BA | 0 | 39 | 19 | 3 | 146 | 5A | 45 |
| Octal | 367 | 152 | 272 | 0 | 71 | 31 | 3 | 506 | 132 | 105 |
| Binary | 11110111 | 1101010 | 10111010 | 0 | 111001 | 11001 | 11 | 101000110 | 1011010 | 1000101 |
Color Harmonies of #F76ABA
Complementary color
Monochromatic Colors of #F76ABA
Black with #F76ABA
Text Example
Text Example
White with #F76ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76ABA; }
p { color: rgb(247,106,186); }
H1.HeaderClassName
{
color: #F76ABA;
}
.AnyTagClassName
{
color: #F76ABA;
}
</style>
background-color css
<style>
a { background-color: #F76ABA; }
a { background-color: rgb(247,106,186); }
div.DivClassName
{
background-color: #F76ABA;
}
.BgClassName
{
background-color: #F76ABA;
}
</style>
border-color css
<style>
span { border-color: #F76ABA; }
span { border-color: rgb(247,106,186); }
td.TdClassName
{
border-color: #F76ABA;
}
.TagClassName
{
border-color: #F76ABA;
}
</style>