Shades of Hot Pink #F766A5
Tints of Hot Pink #F766A5
RGB
CMYK
RGB Variations
Color information
#F766A5 (or 0xF766A5) is known color: Hot Pink. HEX triplet: F7, 66 and A5. RGB value is (247,102,165). Sum of RGB (Red+Green+Blue) = 247+102+165=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F766A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F766A5 is #08995A. Grayscale: #989898. Windows color (decimal): -563547 or 10839799. OLE color: 10839799.
HSL color Cylindrical-coordinate representation of color #F766A5: hue angle of 333.93º 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 #F766A5 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 165 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.03 |
| HSL | 333.93º | 0.9% | 0.68% | - |
| HSV(B) | 333.93º | 0.59% | 0.97% | - |
| XYZ | 49.9 | 31.99 | 39.14 | - |
| YUV | 152.54 | 135.04 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 165 | 0 | 0.59 | 0.33 | 0.03 | 333.93 | 0.9 | 0.68 |
| Hex | F7 | 66 | A5 | 0 | 3B | 21 | 3 | 14E | 5A | 44 |
| Octal | 367 | 146 | 245 | 0 | 73 | 41 | 3 | 516 | 132 | 104 |
| Binary | 11110111 | 1100110 | 10100101 | 0 | 111011 | 100001 | 11 | 101001110 | 1011010 | 1000100 |
Color Harmonies of #F766A5
Complementary color
Monochromatic Colors of #F766A5
Black with #F766A5
Text Example
Text Example
White with #F766A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766A5; }
p { color: rgb(247,102,165); }
H1.HeaderClassName
{
color: #F766A5;
}
.AnyTagClassName
{
color: #F766A5;
}
</style>
background-color css
<style>
a { background-color: #F766A5; }
a { background-color: rgb(247,102,165); }
div.DivClassName
{
background-color: #F766A5;
}
.BgClassName
{
background-color: #F766A5;
}
</style>
border-color css
<style>
span { border-color: #F766A5; }
span { border-color: rgb(247,102,165); }
td.TdClassName
{
border-color: #F766A5;
}
.TagClassName
{
border-color: #F766A5;
}
</style>