Shades of Hot Pink #F768BC
Tints of Hot Pink #F768BC
RGB
CMYK
RGB Variations
Color information
#F768BC (or 0xF768BC) is known color: Hot Pink. HEX triplet: F7, 68 and BC. RGB value is (247,104,188). Sum of RGB (Red+Green+Blue) = 247+104+188=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 188 (73.83% from 255 or 34.88% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F768BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768BC is #089743. Grayscale: #9C9C9C. Windows color (decimal): -563012 or 12347639. OLE color: 12347639.
HSL color Cylindrical-coordinate representation of color #F768BC: hue angle of 324.76º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F768BC is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 188 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.03 |
| HSL | 324.76º | 0.9% | 0.69% | - |
| HSV(B) | 324.76º | 0.58% | 0.97% | - |
| XYZ | 52.39 | 33.31 | 51.24 | - |
| YUV | 156.33 | 145.88 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 188 | 0 | 0.58 | 0.24 | 0.03 | 324.76 | 0.9 | 0.69 |
| Hex | F7 | 68 | BC | 0 | 3A | 18 | 3 | 145 | 5A | 45 |
| Octal | 367 | 150 | 274 | 0 | 72 | 30 | 3 | 505 | 132 | 105 |
| Binary | 11110111 | 1101000 | 10111100 | 0 | 111010 | 11000 | 11 | 101000101 | 1011010 | 1000101 |
Color Harmonies of #F768BC
Complementary color
Monochromatic Colors of #F768BC
Black with #F768BC
Text Example
Text Example
White with #F768BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768BC; }
p { color: rgb(247,104,188); }
H1.HeaderClassName
{
color: #F768BC;
}
.AnyTagClassName
{
color: #F768BC;
}
</style>
background-color css
<style>
a { background-color: #F768BC; }
a { background-color: rgb(247,104,188); }
div.DivClassName
{
background-color: #F768BC;
}
.BgClassName
{
background-color: #F768BC;
}
</style>
border-color css
<style>
span { border-color: #F768BC; }
span { border-color: rgb(247,104,188); }
td.TdClassName
{
border-color: #F768BC;
}
.TagClassName
{
border-color: #F768BC;
}
</style>