Shades of Hot Pink #F563AC
Tints of Hot Pink #F563AC
RGB
CMYK
RGB Variations
Color information
#F563AC (or 0xF563AC) is known color: Hot Pink. HEX triplet: F5, 63 and AC. RGB value is (245,99,172). Sum of RGB (Red+Green+Blue) = 245+99+172=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 99 (39.06% from 255 or 19.19% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F563AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F563AC is #0A9C53. Grayscale: #969696. Windows color (decimal): -695380 or 11297781. OLE color: 11297781.
HSL color Cylindrical-coordinate representation of color #F563AC: hue angle of 330º 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 #F563AC is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 172 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.04 |
| HSL | 330º | 0.88% | 0.67% | - |
| HSV(B) | 330º | 0.6% | 0.96% | - |
| XYZ | 49.56 | 31.31 | 42.46 | - |
| YUV | 150.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 172 | 0 | 0.60 | 0.30 | 0.04 | 330 | 0.88 | 0.67 |
| Hex | F5 | 63 | AC | 0 | 3C | 1E | 4 | 14A | 58 | 43 |
| Octal | 365 | 143 | 254 | 0 | 74 | 36 | 4 | 512 | 130 | 103 |
| Binary | 11110101 | 1100011 | 10101100 | 0 | 111100 | 11110 | 100 | 101001010 | 1011000 | 1000011 |
Color Harmonies of #F563AC
Complementary color
Monochromatic Colors of #F563AC
Black with #F563AC
Text Example
Text Example
White with #F563AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F563AC; }
p { color: rgb(245,99,172); }
H1.HeaderClassName
{
color: #F563AC;
}
.AnyTagClassName
{
color: #F563AC;
}
</style>
background-color css
<style>
a { background-color: #F563AC; }
a { background-color: rgb(245,99,172); }
div.DivClassName
{
background-color: #F563AC;
}
.BgClassName
{
background-color: #F563AC;
}
</style>
border-color css
<style>
span { border-color: #F563AC; }
span { border-color: rgb(245,99,172); }
td.TdClassName
{
border-color: #F563AC;
}
.TagClassName
{
border-color: #F563AC;
}
</style>