Shades of Hot Pink #F568AA
Tints of Hot Pink #F568AA
RGB
CMYK
RGB Variations
Color information
#F568AA (or 0xF568AA) is known color: Hot Pink. HEX triplet: F5, 68 and AA. RGB value is (245,104,170). Sum of RGB (Red+Green+Blue) = 245+104+170=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F568AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F568AA is #0A9755. Grayscale: #999999. Windows color (decimal): -694102 or 11167989. OLE color: 11167989.
HSL color Cylindrical-coordinate representation of color #F568AA: hue angle of 331.91º 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 #F568AA is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 170 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.04 |
| HSL | 331.91º | 0.88% | 0.68% | - |
| HSV(B) | 331.91º | 0.58% | 0.96% | - |
| XYZ | 49.86 | 32.22 | 41.62 | - |
| YUV | 153.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 170 | 0 | 0.58 | 0.31 | 0.04 | 331.91 | 0.88 | 0.68 |
| Hex | F5 | 68 | AA | 0 | 3A | 1F | 4 | 14C | 58 | 44 |
| Octal | 365 | 150 | 252 | 0 | 72 | 37 | 4 | 514 | 130 | 104 |
| Binary | 11110101 | 1101000 | 10101010 | 0 | 111010 | 11111 | 100 | 101001100 | 1011000 | 1000100 |
Color Harmonies of #F568AA
Complementary color
Monochromatic Colors of #F568AA
Black with #F568AA
Text Example
Text Example
White with #F568AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F568AA; }
p { color: rgb(245,104,170); }
H1.HeaderClassName
{
color: #F568AA;
}
.AnyTagClassName
{
color: #F568AA;
}
</style>
background-color css
<style>
a { background-color: #F568AA; }
a { background-color: rgb(245,104,170); }
div.DivClassName
{
background-color: #F568AA;
}
.BgClassName
{
background-color: #F568AA;
}
</style>
border-color css
<style>
span { border-color: #F568AA; }
span { border-color: rgb(245,104,170); }
td.TdClassName
{
border-color: #F568AA;
}
.TagClassName
{
border-color: #F568AA;
}
</style>