Shades of Hot Pink #F760AD
Tints of Hot Pink #F760AD
RGB
CMYK
RGB Variations
Color information
#F760AD (or 0xF760AD) is known color: Hot Pink. HEX triplet: F7, 60 and AD. RGB value is (247,96,173). Sum of RGB (Red+Green+Blue) = 247+96+173=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F760AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F760AD is #089F52. Grayscale: #959595. Windows color (decimal): -565075 or 11362551. OLE color: 11362551.
HSL color Cylindrical-coordinate representation of color #F760AD: hue angle of 329.4º 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 #F760AD is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 173 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.03 |
| HSL | 329.4º | 0.9% | 0.67% | - |
| HSV(B) | 329.4º | 0.61% | 0.97% | - |
| XYZ | 50.08 | 31.16 | 42.91 | - |
| YUV | 149.93 | 141.03 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 173 | 0 | 0.61 | 0.30 | 0.03 | 329.4 | 0.9 | 0.67 |
| Hex | F7 | 60 | AD | 0 | 3D | 1E | 3 | 149 | 5A | 43 |
| Octal | 367 | 140 | 255 | 0 | 75 | 36 | 3 | 511 | 132 | 103 |
| Binary | 11110111 | 1100000 | 10101101 | 0 | 111101 | 11110 | 11 | 101001001 | 1011010 | 1000011 |
Color Harmonies of #F760AD
Complementary color
Monochromatic Colors of #F760AD
Black with #F760AD
Text Example
Text Example
White with #F760AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F760AD; }
p { color: rgb(247,96,173); }
H1.HeaderClassName
{
color: #F760AD;
}
.AnyTagClassName
{
color: #F760AD;
}
</style>
background-color css
<style>
a { background-color: #F760AD; }
a { background-color: rgb(247,96,173); }
div.DivClassName
{
background-color: #F760AD;
}
.BgClassName
{
background-color: #F760AD;
}
</style>
border-color css
<style>
span { border-color: #F760AD; }
span { border-color: rgb(247,96,173); }
td.TdClassName
{
border-color: #F760AD;
}
.TagClassName
{
border-color: #F760AD;
}
</style>