Shades of Hot Pink #F775AD
Tints of Hot Pink #F775AD
RGB
CMYK
RGB Variations
Color information
#F775AD (or 0xF775AD) is known color: Hot Pink. HEX triplet: F7, 75 and AD. RGB value is (247,117,173). Sum of RGB (Red+Green+Blue) = 247+117+173=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F775AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F775AD is #088A52. Grayscale: #A2A2A2. Windows color (decimal): -559699 or 11367927. OLE color: 11367927.
HSL color Cylindrical-coordinate representation of color #F775AD: hue angle of 334.15º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F775AD is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 173 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.03 |
| HSL | 334.15º | 0.89% | 0.71% | - |
| HSV(B) | 334.15º | 0.53% | 0.97% | - |
| XYZ | 52.26 | 35.51 | 43.64 | - |
| YUV | 162.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 173 | 0 | 0.53 | 0.30 | 0.03 | 334.15 | 0.89 | 0.71 |
| Hex | F7 | 75 | AD | 0 | 35 | 1E | 3 | 14E | 59 | 47 |
| Octal | 367 | 165 | 255 | 0 | 65 | 36 | 3 | 516 | 131 | 107 |
| Binary | 11110111 | 1110101 | 10101101 | 0 | 110101 | 11110 | 11 | 101001110 | 1011001 | 1000111 |
Color Harmonies of #F775AD
Complementary color
Monochromatic Colors of #F775AD
Black with #F775AD
Text Example
Text Example
White with #F775AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F775AD; }
p { color: rgb(247,117,173); }
H1.HeaderClassName
{
color: #F775AD;
}
.AnyTagClassName
{
color: #F775AD;
}
</style>
background-color css
<style>
a { background-color: #F775AD; }
a { background-color: rgb(247,117,173); }
div.DivClassName
{
background-color: #F775AD;
}
.BgClassName
{
background-color: #F775AD;
}
</style>
border-color css
<style>
span { border-color: #F775AD; }
span { border-color: rgb(247,117,173); }
td.TdClassName
{
border-color: #F775AD;
}
.TagClassName
{
border-color: #F775AD;
}
</style>