Shades of Hot Pink #F76BA1
Tints of Hot Pink #F76BA1
RGB
CMYK
RGB Variations
Color information
#F76BA1 (or 0xF76BA1) is known color: Hot Pink. HEX triplet: F7, 6B and A1. RGB value is (247,107,161). Sum of RGB (Red+Green+Blue) = 247+107+161=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 107 (42.19% from 255 or 20.78% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76BA1 is #08945E. Grayscale: #9A9A9A. Windows color (decimal): -562271 or 10578935. OLE color: 10578935.
HSL color Cylindrical-coordinate representation of color #F76BA1: hue angle of 336.86º 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 #F76BA1 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 107 | 161 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.03 |
| HSL | 336.86º | 0.9% | 0.69% | - |
| HSV(B) | 336.86º | 0.57% | 0.97% | - |
| XYZ | 50.05 | 32.86 | 37.42 | - |
| YUV | 155.02 | 131.38 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 107 | 161 | 0 | 0.57 | 0.35 | 0.03 | 336.86 | 0.9 | 0.69 |
| Hex | F7 | 6B | A1 | 0 | 39 | 23 | 3 | 151 | 5A | 45 |
| Octal | 367 | 153 | 241 | 0 | 71 | 43 | 3 | 521 | 132 | 105 |
| Binary | 11110111 | 1101011 | 10100001 | 0 | 111001 | 100011 | 11 | 101010001 | 1011010 | 1000101 |
Color Harmonies of #F76BA1
Complementary color
Monochromatic Colors of #F76BA1
Black with #F76BA1
Text Example
Text Example
White with #F76BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76BA1; }
p { color: rgb(247,107,161); }
H1.HeaderClassName
{
color: #F76BA1;
}
.AnyTagClassName
{
color: #F76BA1;
}
</style>
background-color css
<style>
a { background-color: #F76BA1; }
a { background-color: rgb(247,107,161); }
div.DivClassName
{
background-color: #F76BA1;
}
.BgClassName
{
background-color: #F76BA1;
}
</style>
border-color css
<style>
span { border-color: #F76BA1; }
span { border-color: rgb(247,107,161); }
td.TdClassName
{
border-color: #F76BA1;
}
.TagClassName
{
border-color: #F76BA1;
}
</style>