Shades of Hot Pink #F569AD
Tints of Hot Pink #F569AD
RGB
CMYK
RGB Variations
Color information
#F569AD (or 0xF569AD) is known color: Hot Pink. HEX triplet: F5, 69 and AD. RGB value is (245,105,173). Sum of RGB (Red+Green+Blue) = 245+105+173=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F569AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F569AD is #0A9652. Grayscale: #9A9A9A. Windows color (decimal): -693843 or 11364853. OLE color: 11364853.
HSL color Cylindrical-coordinate representation of color #F569AD: hue angle of 330.86º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F569AD is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 173 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.04 |
| HSL | 330.86º | 0.88% | 0.69% | - |
| HSV(B) | 330.86º | 0.57% | 0.96% | - |
| XYZ | 50.25 | 32.53 | 43.17 | - |
| YUV | 154.61 | 138.38 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 173 | 0 | 0.57 | 0.29 | 0.04 | 330.86 | 0.88 | 0.69 |
| Hex | F5 | 69 | AD | 0 | 39 | 1D | 4 | 14B | 58 | 45 |
| Octal | 365 | 151 | 255 | 0 | 71 | 35 | 4 | 513 | 130 | 105 |
| Binary | 11110101 | 1101001 | 10101101 | 0 | 111001 | 11101 | 100 | 101001011 | 1011000 | 1000101 |
Color Harmonies of #F569AD
Complementary color
Monochromatic Colors of #F569AD
Black with #F569AD
Text Example
Text Example
White with #F569AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F569AD; }
p { color: rgb(245,105,173); }
H1.HeaderClassName
{
color: #F569AD;
}
.AnyTagClassName
{
color: #F569AD;
}
</style>
background-color css
<style>
a { background-color: #F569AD; }
a { background-color: rgb(245,105,173); }
div.DivClassName
{
background-color: #F569AD;
}
.BgClassName
{
background-color: #F569AD;
}
</style>
border-color css
<style>
span { border-color: #F569AD; }
span { border-color: rgb(245,105,173); }
td.TdClassName
{
border-color: #F569AD;
}
.TagClassName
{
border-color: #F569AD;
}
</style>