Shades of Hot Pink #F569AF
Tints of Hot Pink #F569AF
RGB
CMYK
RGB Variations
Color information
#F569AF (or 0xF569AF) is known color: Hot Pink. HEX triplet: F5, 69 and AF. RGB value is (245,105,175). Sum of RGB (Red+Green+Blue) = 245+105+175=525 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.67% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 245 - color contains mainly: red. Hex color #F569AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F569AF is #0A9650. Grayscale: #9A9A9A. Windows color (decimal): -693841 or 11495925. OLE color: 11495925.
HSL color Cylindrical-coordinate representation of color #F569AF: hue angle of 330º 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 #F569AF is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 175 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.04 |
| HSL | 330º | 0.88% | 0.69% | - |
| HSV(B) | 330º | 0.57% | 0.96% | - |
| XYZ | 50.45 | 32.61 | 44.19 | - |
| YUV | 154.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 175 | 0 | 0.57 | 0.29 | 0.04 | 330 | 0.88 | 0.69 |
| Hex | F5 | 69 | AF | 0 | 39 | 1D | 4 | 14A | 58 | 45 |
| Octal | 365 | 151 | 257 | 0 | 71 | 35 | 4 | 512 | 130 | 105 |
| Binary | 11110101 | 1101001 | 10101111 | 0 | 111001 | 11101 | 100 | 101001010 | 1011000 | 1000101 |
Color Harmonies of #F569AF
Complementary color
Monochromatic Colors of #F569AF
Black with #F569AF
Text Example
Text Example
White with #F569AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F569AF; }
p { color: rgb(245,105,175); }
H1.HeaderClassName
{
color: #F569AF;
}
.AnyTagClassName
{
color: #F569AF;
}
</style>
background-color css
<style>
a { background-color: #F569AF; }
a { background-color: rgb(245,105,175); }
div.DivClassName
{
background-color: #F569AF;
}
.BgClassName
{
background-color: #F569AF;
}
</style>
border-color css
<style>
span { border-color: #F569AF; }
span { border-color: rgb(245,105,175); }
td.TdClassName
{
border-color: #F569AF;
}
.TagClassName
{
border-color: #F569AF;
}
</style>