Shades of Hot Pink #F766A6
Tints of Hot Pink #F766A6
RGB
CMYK
RGB Variations
Color information
#F766A6 (or 0xF766A6) is known color: Hot Pink. HEX triplet: F7, 66 and A6. RGB value is (247,102,166). Sum of RGB (Red+Green+Blue) = 247+102+166=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F766A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F766A6 is #089959. Grayscale: #989898. Windows color (decimal): -563546 or 10905335. OLE color: 10905335.
HSL color Cylindrical-coordinate representation of color #F766A6: hue angle of 333.52º 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 #F766A6 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 166 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.03 |
| HSL | 333.52º | 0.9% | 0.68% | - |
| HSV(B) | 333.52º | 0.59% | 0.97% | - |
| XYZ | 49.99 | 32.03 | 39.62 | - |
| YUV | 152.65 | 135.54 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 166 | 0 | 0.59 | 0.33 | 0.03 | 333.52 | 0.9 | 0.68 |
| Hex | F7 | 66 | A6 | 0 | 3B | 21 | 3 | 14E | 5A | 44 |
| Octal | 367 | 146 | 246 | 0 | 73 | 41 | 3 | 516 | 132 | 104 |
| Binary | 11110111 | 1100110 | 10100110 | 0 | 111011 | 100001 | 11 | 101001110 | 1011010 | 1000100 |
Color Harmonies of #F766A6
Complementary color
Monochromatic Colors of #F766A6
Black with #F766A6
Text Example
Text Example
White with #F766A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766A6; }
p { color: rgb(247,102,166); }
H1.HeaderClassName
{
color: #F766A6;
}
.AnyTagClassName
{
color: #F766A6;
}
</style>
background-color css
<style>
a { background-color: #F766A6; }
a { background-color: rgb(247,102,166); }
div.DivClassName
{
background-color: #F766A6;
}
.BgClassName
{
background-color: #F766A6;
}
</style>
border-color css
<style>
span { border-color: #F766A6; }
span { border-color: rgb(247,102,166); }
td.TdClassName
{
border-color: #F766A6;
}
.TagClassName
{
border-color: #F766A6;
}
</style>