Shades of Hot Pink #F760AF
Tints of Hot Pink #F760AF
RGB
CMYK
RGB Variations
Color information
#F760AF (or 0xF760AF) is known color: Hot Pink. HEX triplet: F7, 60 and AF. RGB value is (247,96,175). Sum of RGB (Red+Green+Blue) = 247+96+175=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F760AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F760AF is #089F50. Grayscale: #959595. Windows color (decimal): -565073 or 11493623. OLE color: 11493623.
HSL color Cylindrical-coordinate representation of color #F760AF: hue angle of 328.61º 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 #F760AF is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 175 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.03 |
| HSL | 328.61º | 0.9% | 0.67% | - |
| HSV(B) | 328.61º | 0.61% | 0.97% | - |
| XYZ | 50.28 | 31.24 | 43.94 | - |
| YUV | 150.16 | 142.03 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 175 | 0 | 0.61 | 0.29 | 0.03 | 328.61 | 0.9 | 0.67 |
| Hex | F7 | 60 | AF | 0 | 3D | 1D | 3 | 149 | 5A | 43 |
| Octal | 367 | 140 | 257 | 0 | 75 | 35 | 3 | 511 | 132 | 103 |
| Binary | 11110111 | 1100000 | 10101111 | 0 | 111101 | 11101 | 11 | 101001001 | 1011010 | 1000011 |
Color Harmonies of #F760AF
Complementary color
Monochromatic Colors of #F760AF
Black with #F760AF
Text Example
Text Example
White with #F760AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F760AF; }
p { color: rgb(247,96,175); }
H1.HeaderClassName
{
color: #F760AF;
}
.AnyTagClassName
{
color: #F760AF;
}
</style>
background-color css
<style>
a { background-color: #F760AF; }
a { background-color: rgb(247,96,175); }
div.DivClassName
{
background-color: #F760AF;
}
.BgClassName
{
background-color: #F760AF;
}
</style>
border-color css
<style>
span { border-color: #F760AF; }
span { border-color: rgb(247,96,175); }
td.TdClassName
{
border-color: #F760AF;
}
.TagClassName
{
border-color: #F760AF;
}
</style>