Shades of Hot Pink #F766A8
Tints of Hot Pink #F766A8
RGB
CMYK
RGB Variations
Color information
#F766A8 (or 0xF766A8) is known color: Hot Pink. HEX triplet: F7, 66 and A8. RGB value is (247,102,168). Sum of RGB (Red+Green+Blue) = 247+102+168=517 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.78% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 247 - color contains mainly: red. Hex color #F766A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F766A8 is #089957. Grayscale: #989898. Windows color (decimal): -563544 or 11036407. OLE color: 11036407.
HSL color Cylindrical-coordinate representation of color #F766A8: hue angle of 332.69º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F766A8 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 168 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.03 |
| HSL | 332.69º | 0.9% | 0.68% | - |
| HSV(B) | 332.69º | 0.59% | 0.97% | - |
| XYZ | 50.18 | 32.1 | 40.6 | - |
| YUV | 152.88 | 136.54 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 168 | 0 | 0.59 | 0.32 | 0.03 | 332.69 | 0.9 | 0.68 |
| Hex | F7 | 66 | A8 | 0 | 3B | 20 | 3 | 14D | 5A | 44 |
| Octal | 367 | 146 | 250 | 0 | 73 | 40 | 3 | 515 | 132 | 104 |
| Binary | 11110111 | 1100110 | 10101000 | 0 | 111011 | 100000 | 11 | 101001101 | 1011010 | 1000100 |
Color Harmonies of #F766A8
Complementary color
Monochromatic Colors of #F766A8
Black with #F766A8
Text Example
Text Example
White with #F766A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766A8; }
p { color: rgb(247,102,168); }
H1.HeaderClassName
{
color: #F766A8;
}
.AnyTagClassName
{
color: #F766A8;
}
</style>
background-color css
<style>
a { background-color: #F766A8; }
a { background-color: rgb(247,102,168); }
div.DivClassName
{
background-color: #F766A8;
}
.BgClassName
{
background-color: #F766A8;
}
</style>
border-color css
<style>
span { border-color: #F766A8; }
span { border-color: rgb(247,102,168); }
td.TdClassName
{
border-color: #F766A8;
}
.TagClassName
{
border-color: #F766A8;
}
</style>