Shades of Hot Pink #F563B0
Tints of Hot Pink #F563B0
RGB
CMYK
RGB Variations
Color information
#F563B0 (or 0xF563B0) is known color: Hot Pink. HEX triplet: F5, 63 and B0. RGB value is (245,99,176). Sum of RGB (Red+Green+Blue) = 245+99+176=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 99 (39.06% from 255 or 19.04% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F563B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F563B0 is #0A9C4F. Grayscale: #979797. Windows color (decimal): -695376 or 11559925. OLE color: 11559925.
HSL color Cylindrical-coordinate representation of color #F563B0: hue angle of 328.36º 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 #F563B0 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 176 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.04 |
| HSL | 328.36º | 0.88% | 0.67% | - |
| HSV(B) | 328.36º | 0.6% | 0.96% | - |
| XYZ | 49.95 | 31.47 | 44.52 | - |
| YUV | 151.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 176 | 0 | 0.60 | 0.28 | 0.04 | 328.36 | 0.88 | 0.67 |
| Hex | F5 | 63 | B0 | 0 | 3C | 1C | 4 | 148 | 58 | 43 |
| Octal | 365 | 143 | 260 | 0 | 74 | 34 | 4 | 510 | 130 | 103 |
| Binary | 11110101 | 1100011 | 10110000 | 0 | 111100 | 11100 | 100 | 101001000 | 1011000 | 1000011 |
Color Harmonies of #F563B0
Complementary color
Monochromatic Colors of #F563B0
Black with #F563B0
Text Example
Text Example
White with #F563B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F563B0; }
p { color: rgb(245,99,176); }
H1.HeaderClassName
{
color: #F563B0;
}
.AnyTagClassName
{
color: #F563B0;
}
</style>
background-color css
<style>
a { background-color: #F563B0; }
a { background-color: rgb(245,99,176); }
div.DivClassName
{
background-color: #F563B0;
}
.BgClassName
{
background-color: #F563B0;
}
</style>
border-color css
<style>
span { border-color: #F563B0; }
span { border-color: rgb(245,99,176); }
td.TdClassName
{
border-color: #F563B0;
}
.TagClassName
{
border-color: #F563B0;
}
</style>