Shades of Hot Pink #F769BC
Tints of Hot Pink #F769BC
RGB
CMYK
RGB Variations
Color information
#F769BC (or 0xF769BC) is known color: Hot Pink. HEX triplet: F7, 69 and BC. RGB value is (247,105,188). Sum of RGB (Red+Green+Blue) = 247+105+188=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F769BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F769BC is #089643. Grayscale: #9C9C9C. Windows color (decimal): -562756 or 12347895. OLE color: 12347895.
HSL color Cylindrical-coordinate representation of color #F769BC: hue angle of 324.93º 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 #F769BC is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 105 | 188 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.03 |
| HSL | 324.93º | 0.9% | 0.69% | - |
| HSV(B) | 324.93º | 0.57% | 0.97% | - |
| XYZ | 52.49 | 33.51 | 51.28 | - |
| YUV | 156.92 | 145.54 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 105 | 188 | 0 | 0.57 | 0.24 | 0.03 | 324.93 | 0.9 | 0.69 |
| Hex | F7 | 69 | BC | 0 | 39 | 18 | 3 | 145 | 5A | 45 |
| Octal | 367 | 151 | 274 | 0 | 71 | 30 | 3 | 505 | 132 | 105 |
| Binary | 11110111 | 1101001 | 10111100 | 0 | 111001 | 11000 | 11 | 101000101 | 1011010 | 1000101 |
Color Harmonies of #F769BC
Complementary color
Monochromatic Colors of #F769BC
Black with #F769BC
Text Example
Text Example
White with #F769BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F769BC; }
p { color: rgb(247,105,188); }
H1.HeaderClassName
{
color: #F769BC;
}
.AnyTagClassName
{
color: #F769BC;
}
</style>
background-color css
<style>
a { background-color: #F769BC; }
a { background-color: rgb(247,105,188); }
div.DivClassName
{
background-color: #F769BC;
}
.BgClassName
{
background-color: #F769BC;
}
</style>
border-color css
<style>
span { border-color: #F769BC; }
span { border-color: rgb(247,105,188); }
td.TdClassName
{
border-color: #F769BC;
}
.TagClassName
{
border-color: #F769BC;
}
</style>