Shades of Hot Pink #F568AF
Tints of Hot Pink #F568AF
RGB
CMYK
RGB Variations
Color information
#F568AF (or 0xF568AF) is known color: Hot Pink. HEX triplet: F5, 68 and AF. RGB value is (245,104,175). Sum of RGB (Red+Green+Blue) = 245+104+175=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F568AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F568AF is #0A9750. Grayscale: #9A9A9A. Windows color (decimal): -694097 or 11495669. OLE color: 11495669.
HSL color Cylindrical-coordinate representation of color #F568AF: hue angle of 329.79º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F568AF is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 175 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.04 |
| HSL | 329.79º | 0.88% | 0.68% | - |
| HSV(B) | 329.79º | 0.58% | 0.96% | - |
| XYZ | 50.34 | 32.41 | 44.16 | - |
| YUV | 154.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 175 | 0 | 0.58 | 0.29 | 0.04 | 329.79 | 0.88 | 0.68 |
| Hex | F5 | 68 | AF | 0 | 3A | 1D | 4 | 14A | 58 | 44 |
| Octal | 365 | 150 | 257 | 0 | 72 | 35 | 4 | 512 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10101111 | 0 | 111010 | 11101 | 100 | 101001010 | 1011000 | 1000100 |
Color Harmonies of #F568AF
Complementary color
Monochromatic Colors of #F568AF
Black with #F568AF
Text Example
Text Example
White with #F568AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568AF; }
p { color: rgb(245,104,175); }
H1.HeaderClassName
{
color: #F568AF;
}
.AnyTagClassName
{
color: #F568AF;
}
</style>
background-color css
<style>
a { background-color: #F568AF; }
a { background-color: rgb(245,104,175); }
div.DivClassName
{
background-color: #F568AF;
}
.BgClassName
{
background-color: #F568AF;
}
</style>
border-color css
<style>
span { border-color: #F568AF; }
span { border-color: rgb(245,104,175); }
td.TdClassName
{
border-color: #F568AF;
}
.TagClassName
{
border-color: #F568AF;
}
</style>