Shades of Hot Pink #F766B5
Tints of Hot Pink #F766B5
RGB
CMYK
RGB Variations
Color information
#F766B5 (or 0xF766B5) is known color: Hot Pink. HEX triplet: F7, 66 and B5. RGB value is (247,102,181). Sum of RGB (Red+Green+Blue) = 247+102+181=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F766B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F766B5 is #08994A. Grayscale: #9A9A9A. Windows color (decimal): -563531 or 11888375. OLE color: 11888375.
HSL color Cylindrical-coordinate representation of color #F766B5: hue angle of 327.31º 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 #F766B5 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 102 | 181 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.03 |
| HSL | 327.31º | 0.9% | 0.68% | - |
| HSV(B) | 327.31º | 0.59% | 0.97% | - |
| XYZ | 51.45 | 32.61 | 47.3 | - |
| YUV | 154.36 | 143.04 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 102 | 181 | 0 | 0.59 | 0.27 | 0.03 | 327.31 | 0.9 | 0.68 |
| Hex | F7 | 66 | B5 | 0 | 3B | 1B | 3 | 147 | 5A | 44 |
| Octal | 367 | 146 | 265 | 0 | 73 | 33 | 3 | 507 | 132 | 104 |
| Binary | 11110111 | 1100110 | 10110101 | 0 | 111011 | 11011 | 11 | 101000111 | 1011010 | 1000100 |
Color Harmonies of #F766B5
Complementary color
Monochromatic Colors of #F766B5
Black with #F766B5
Text Example
Text Example
White with #F766B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F766B5; }
p { color: rgb(247,102,181); }
H1.HeaderClassName
{
color: #F766B5;
}
.AnyTagClassName
{
color: #F766B5;
}
</style>
background-color css
<style>
a { background-color: #F766B5; }
a { background-color: rgb(247,102,181); }
div.DivClassName
{
background-color: #F766B5;
}
.BgClassName
{
background-color: #F766B5;
}
</style>
border-color css
<style>
span { border-color: #F766B5; }
span { border-color: rgb(247,102,181); }
td.TdClassName
{
border-color: #F766B5;
}
.TagClassName
{
border-color: #F766B5;
}
</style>