Shades of Hot Pink #F563A8
Tints of Hot Pink #F563A8
RGB
CMYK
RGB Variations
Color information
#F563A8 (or 0xF563A8) is known color: Hot Pink. HEX triplet: F5, 63 and A8. RGB value is (245,99,168). Sum of RGB (Red+Green+Blue) = 245+99+168=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F563A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F563A8 is #0A9C57. Grayscale: #969696. Windows color (decimal): -695384 or 11035637. OLE color: 11035637.
HSL color Cylindrical-coordinate representation of color #F563A8: hue angle of 331.64º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F563A8 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 168 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.04 |
| HSL | 331.64º | 0.88% | 0.67% | - |
| HSV(B) | 331.64º | 0.6% | 0.96% | - |
| XYZ | 49.19 | 31.16 | 40.47 | - |
| YUV | 150.52 | 137.87 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 168 | 0 | 0.60 | 0.31 | 0.04 | 331.64 | 0.88 | 0.67 |
| Hex | F5 | 63 | A8 | 0 | 3C | 1F | 4 | 14C | 58 | 43 |
| Octal | 365 | 143 | 250 | 0 | 74 | 37 | 4 | 514 | 130 | 103 |
| Binary | 11110101 | 1100011 | 10101000 | 0 | 111100 | 11111 | 100 | 101001100 | 1011000 | 1000011 |
Color Harmonies of #F563A8
Complementary color
Monochromatic Colors of #F563A8
Black with #F563A8
Text Example
Text Example
White with #F563A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F563A8; }
p { color: rgb(245,99,168); }
H1.HeaderClassName
{
color: #F563A8;
}
.AnyTagClassName
{
color: #F563A8;
}
</style>
background-color css
<style>
a { background-color: #F563A8; }
a { background-color: rgb(245,99,168); }
div.DivClassName
{
background-color: #F563A8;
}
.BgClassName
{
background-color: #F563A8;
}
</style>
border-color css
<style>
span { border-color: #F563A8; }
span { border-color: rgb(245,99,168); }
td.TdClassName
{
border-color: #F563A8;
}
.TagClassName
{
border-color: #F563A8;
}
</style>