Shades of Hot Pink #F766B9
Tints of Hot Pink #F766B9
RGB
CMYK
RGB Variations
Color information
#F766B9 (or 0xF766B9) is known color: Hot Pink. HEX triplet: F7, 66 and B9. RGB value is (247,102,185). Sum of RGB (Red+Green+Blue) = 247+102+185=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F766B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766B9 is #089946. Grayscale: #9A9A9A. Windows color (decimal): -563527 or 12150519. OLE color: 12150519.
HSL color Cylindrical-coordinate representation of color #F766B9: hue angle of 325.66º 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 #F766B9 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 185 | - |
| CMYK | 0 | 0.59 | 0.25 | 0.03 |
| HSL | 325.66º | 0.9% | 0.68% | - |
| HSV(B) | 325.66º | 0.59% | 0.97% | - |
| XYZ | 51.87 | 32.78 | 49.49 | - |
| YUV | 154.82 | 145.04 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 185 | 0 | 0.59 | 0.25 | 0.03 | 325.66 | 0.9 | 0.68 |
| Hex | F7 | 66 | B9 | 0 | 3B | 19 | 3 | 146 | 5A | 44 |
| Octal | 367 | 146 | 271 | 0 | 73 | 31 | 3 | 506 | 132 | 104 |
| Binary | 11110111 | 1100110 | 10111001 | 0 | 111011 | 11001 | 11 | 101000110 | 1011010 | 1000100 |
Color Harmonies of #F766B9
Complementary color
Monochromatic Colors of #F766B9
Black with #F766B9
Text Example
Text Example
White with #F766B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766B9; }
p { color: rgb(247,102,185); }
H1.HeaderClassName
{
color: #F766B9;
}
.AnyTagClassName
{
color: #F766B9;
}
</style>
background-color css
<style>
a { background-color: #F766B9; }
a { background-color: rgb(247,102,185); }
div.DivClassName
{
background-color: #F766B9;
}
.BgClassName
{
background-color: #F766B9;
}
</style>
border-color css
<style>
span { border-color: #F766B9; }
span { border-color: rgb(247,102,185); }
td.TdClassName
{
border-color: #F766B9;
}
.TagClassName
{
border-color: #F766B9;
}
</style>