Shades of Hot Pink #F568A8
Tints of Hot Pink #F568A8
RGB
CMYK
RGB Variations
Color information
#F568A8 (or 0xF568A8) is known color: Hot Pink. HEX triplet: F5, 68 and A8. RGB value is (245,104,168). Sum of RGB (Red+Green+Blue) = 245+104+168=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F568A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F568A8 is #0A9757. Grayscale: #999999. Windows color (decimal): -694104 or 11036917. OLE color: 11036917.
HSL color Cylindrical-coordinate representation of color #F568A8: hue angle of 332.77º 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 #F568A8 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 168 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.04 |
| HSL | 332.77º | 0.88% | 0.68% | - |
| HSV(B) | 332.77º | 0.58% | 0.96% | - |
| XYZ | 49.67 | 32.14 | 40.63 | - |
| YUV | 153.46 | 136.21 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 168 | 0 | 0.58 | 0.31 | 0.04 | 332.77 | 0.88 | 0.68 |
| Hex | F5 | 68 | A8 | 0 | 3A | 1F | 4 | 14D | 58 | 44 |
| Octal | 365 | 150 | 250 | 0 | 72 | 37 | 4 | 515 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10101000 | 0 | 111010 | 11111 | 100 | 101001101 | 1011000 | 1000100 |
Color Harmonies of #F568A8
Complementary color
Monochromatic Colors of #F568A8
Black with #F568A8
Text Example
Text Example
White with #F568A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568A8; }
p { color: rgb(245,104,168); }
H1.HeaderClassName
{
color: #F568A8;
}
.AnyTagClassName
{
color: #F568A8;
}
</style>
background-color css
<style>
a { background-color: #F568A8; }
a { background-color: rgb(245,104,168); }
div.DivClassName
{
background-color: #F568A8;
}
.BgClassName
{
background-color: #F568A8;
}
</style>
border-color css
<style>
span { border-color: #F568A8; }
span { border-color: rgb(245,104,168); }
td.TdClassName
{
border-color: #F568A8;
}
.TagClassName
{
border-color: #F568A8;
}
</style>