Shades of Hot Pink #F575AD
Tints of Hot Pink #F575AD
RGB
CMYK
RGB Variations
Color information
#F575AD (or 0xF575AD) is known color: Hot Pink. HEX triplet: F5, 75 and AD. RGB value is (245,117,173). Sum of RGB (Red+Green+Blue) = 245+117+173=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 117 (46.09% from 255 or 21.87% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F575AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F575AD is #0A8A52. Grayscale: #A1A1A1. Windows color (decimal): -690771 or 11367925. OLE color: 11367925.
HSL color Cylindrical-coordinate representation of color #F575AD: hue angle of 333.75º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F575AD is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 173 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.04 |
| HSL | 333.75º | 0.86% | 0.71% | - |
| HSV(B) | 333.75º | 0.52% | 0.96% | - |
| XYZ | 51.56 | 35.15 | 43.6 | - |
| YUV | 161.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 173 | 0 | 0.52 | 0.29 | 0.04 | 333.75 | 0.86 | 0.71 |
| Hex | F5 | 75 | AD | 0 | 34 | 1D | 4 | 14E | 56 | 47 |
| Octal | 365 | 165 | 255 | 0 | 64 | 35 | 4 | 516 | 126 | 107 |
| Binary | 11110101 | 1110101 | 10101101 | 0 | 110100 | 11101 | 100 | 101001110 | 1010110 | 1000111 |
Color Harmonies of #F575AD
Complementary color
Monochromatic Colors of #F575AD
Black with #F575AD
Text Example
Text Example
White with #F575AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F575AD; }
p { color: rgb(245,117,173); }
H1.HeaderClassName
{
color: #F575AD;
}
.AnyTagClassName
{
color: #F575AD;
}
</style>
background-color css
<style>
a { background-color: #F575AD; }
a { background-color: rgb(245,117,173); }
div.DivClassName
{
background-color: #F575AD;
}
.BgClassName
{
background-color: #F575AD;
}
</style>
border-color css
<style>
span { border-color: #F575AD; }
span { border-color: rgb(245,117,173); }
td.TdClassName
{
border-color: #F575AD;
}
.TagClassName
{
border-color: #F575AD;
}
</style>