Shades of Hot Pink #F768AA
Tints of Hot Pink #F768AA
RGB
CMYK
RGB Variations
Color information
#F768AA (or 0xF768AA) is known color: Hot Pink. HEX triplet: F7, 68 and AA. RGB value is (247,104,170). Sum of RGB (Red+Green+Blue) = 247+104+170=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F768AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F768AA is #089755. Grayscale: #9A9A9A. Windows color (decimal): -563030 or 11167991. OLE color: 11167991.
HSL color Cylindrical-coordinate representation of color #F768AA: hue angle of 332.31º 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 #F768AA is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 170 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.03 |
| HSL | 332.31º | 0.9% | 0.69% | - |
| HSV(B) | 332.31º | 0.58% | 0.97% | - |
| XYZ | 50.56 | 32.58 | 41.65 | - |
| YUV | 154.28 | 136.88 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 170 | 0 | 0.58 | 0.31 | 0.03 | 332.31 | 0.9 | 0.69 |
| Hex | F7 | 68 | AA | 0 | 3A | 1F | 3 | 14C | 5A | 45 |
| Octal | 367 | 150 | 252 | 0 | 72 | 37 | 3 | 514 | 132 | 105 |
| Binary | 11110111 | 1101000 | 10101010 | 0 | 111010 | 11111 | 11 | 101001100 | 1011010 | 1000101 |
Color Harmonies of #F768AA
Complementary color
Monochromatic Colors of #F768AA
Black with #F768AA
Text Example
Text Example
White with #F768AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768AA; }
p { color: rgb(247,104,170); }
H1.HeaderClassName
{
color: #F768AA;
}
.AnyTagClassName
{
color: #F768AA;
}
</style>
background-color css
<style>
a { background-color: #F768AA; }
a { background-color: rgb(247,104,170); }
div.DivClassName
{
background-color: #F768AA;
}
.BgClassName
{
background-color: #F768AA;
}
</style>
border-color css
<style>
span { border-color: #F768AA; }
span { border-color: rgb(247,104,170); }
td.TdClassName
{
border-color: #F768AA;
}
.TagClassName
{
border-color: #F768AA;
}
</style>