Shades of Hot Pink #F760B9
Tints of Hot Pink #F760B9
RGB
CMYK
RGB Variations
Color information
#F760B9 (or 0xF760B9) is known color: Hot Pink. HEX triplet: F7, 60 and B9. RGB value is (247,96,185). Sum of RGB (Red+Green+Blue) = 247+96+185=528 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.78% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 185 (72.66% from 255 or 35.04% from 528); Max value from RGB is 247 - color contains mainly: red. Hex color #F760B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760B9 is #089F46. Grayscale: #979797. Windows color (decimal): -565063 or 12148983. OLE color: 12148983.
HSL color Cylindrical-coordinate representation of color #F760B9: hue angle of 324.64º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F760B9 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 185 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.03 |
| HSL | 324.64º | 0.9% | 0.67% | - |
| HSV(B) | 324.64º | 0.61% | 0.97% | - |
| XYZ | 51.3 | 31.64 | 49.3 | - |
| YUV | 151.3 | 147.03 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 185 | 0 | 0.61 | 0.25 | 0.03 | 324.64 | 0.9 | 0.67 |
| Hex | F7 | 60 | B9 | 0 | 3D | 19 | 3 | 145 | 5A | 43 |
| Octal | 367 | 140 | 271 | 0 | 75 | 31 | 3 | 505 | 132 | 103 |
| Binary | 11110111 | 1100000 | 10111001 | 0 | 111101 | 11001 | 11 | 101000101 | 1011010 | 1000011 |
Color Harmonies of #F760B9
Complementary color
Monochromatic Colors of #F760B9
Black with #F760B9
Text Example
Text Example
White with #F760B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F760B9; }
p { color: rgb(247,96,185); }
H1.HeaderClassName
{
color: #F760B9;
}
.AnyTagClassName
{
color: #F760B9;
}
</style>
background-color css
<style>
a { background-color: #F760B9; }
a { background-color: rgb(247,96,185); }
div.DivClassName
{
background-color: #F760B9;
}
.BgClassName
{
background-color: #F760B9;
}
</style>
border-color css
<style>
span { border-color: #F760B9; }
span { border-color: rgb(247,96,185); }
td.TdClassName
{
border-color: #F760B9;
}
.TagClassName
{
border-color: #F760B9;
}
</style>