Shades of Hot Pink #F768A3
Tints of Hot Pink #F768A3
RGB
CMYK
RGB Variations
Color information
#F768A3 (or 0xF768A3) is known color: Hot Pink. HEX triplet: F7, 68 and A3. RGB value is (247,104,163). Sum of RGB (Red+Green+Blue) = 247+104+163=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F768A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F768A3 is #08975C. Grayscale: #999999. Windows color (decimal): -563037 or 10709239. OLE color: 10709239.
HSL color Cylindrical-coordinate representation of color #F768A3: hue angle of 335.24º 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 #F768A3 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 163 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.03 |
| HSL | 335.24º | 0.9% | 0.69% | - |
| HSV(B) | 335.24º | 0.58% | 0.97% | - |
| XYZ | 49.92 | 32.32 | 38.26 | - |
| YUV | 153.48 | 133.38 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 163 | 0 | 0.58 | 0.34 | 0.03 | 335.24 | 0.9 | 0.69 |
| Hex | F7 | 68 | A3 | 0 | 3A | 22 | 3 | 14F | 5A | 45 |
| Octal | 367 | 150 | 243 | 0 | 72 | 42 | 3 | 517 | 132 | 105 |
| Binary | 11110111 | 1101000 | 10100011 | 0 | 111010 | 100010 | 11 | 101001111 | 1011010 | 1000101 |
Color Harmonies of #F768A3
Complementary color
Monochromatic Colors of #F768A3
Black with #F768A3
Text Example
Text Example
White with #F768A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F768A3; }
p { color: rgb(247,104,163); }
H1.HeaderClassName
{
color: #F768A3;
}
.AnyTagClassName
{
color: #F768A3;
}
</style>
background-color css
<style>
a { background-color: #F768A3; }
a { background-color: rgb(247,104,163); }
div.DivClassName
{
background-color: #F768A3;
}
.BgClassName
{
background-color: #F768A3;
}
</style>
border-color css
<style>
span { border-color: #F768A3; }
span { border-color: rgb(247,104,163); }
td.TdClassName
{
border-color: #F768A3;
}
.TagClassName
{
border-color: #F768A3;
}
</style>