Shades of Hot Pink #F563B1
Tints of Hot Pink #F563B1
RGB
CMYK
RGB Variations
Color information
#F563B1 (or 0xF563B1) is known color: Hot Pink. HEX triplet: F5, 63 and B1. RGB value is (245,99,177). Sum of RGB (Red+Green+Blue) = 245+99+177=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 99 (39.06% from 255 or 19.00% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F563B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F563B1 is #0A9C4E. Grayscale: #979797. Windows color (decimal): -695375 or 11625461. OLE color: 11625461.
HSL color Cylindrical-coordinate representation of color #F563B1: hue angle of 327.95º 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 #F563B1 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 177 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.04 |
| HSL | 327.95º | 0.88% | 0.67% | - |
| HSV(B) | 327.95º | 0.6% | 0.96% | - |
| XYZ | 50.05 | 31.51 | 45.04 | - |
| YUV | 151.55 | 142.37 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 177 | 0 | 0.60 | 0.28 | 0.04 | 327.95 | 0.88 | 0.67 |
| Hex | F5 | 63 | B1 | 0 | 3C | 1C | 4 | 148 | 58 | 43 |
| Octal | 365 | 143 | 261 | 0 | 74 | 34 | 4 | 510 | 130 | 103 |
| Binary | 11110101 | 1100011 | 10110001 | 0 | 111100 | 11100 | 100 | 101001000 | 1011000 | 1000011 |
Color Harmonies of #F563B1
Complementary color
Monochromatic Colors of #F563B1
Black with #F563B1
Text Example
Text Example
White with #F563B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F563B1; }
p { color: rgb(245,99,177); }
H1.HeaderClassName
{
color: #F563B1;
}
.AnyTagClassName
{
color: #F563B1;
}
</style>
background-color css
<style>
a { background-color: #F563B1; }
a { background-color: rgb(245,99,177); }
div.DivClassName
{
background-color: #F563B1;
}
.BgClassName
{
background-color: #F563B1;
}
</style>
border-color css
<style>
span { border-color: #F563B1; }
span { border-color: rgb(245,99,177); }
td.TdClassName
{
border-color: #F563B1;
}
.TagClassName
{
border-color: #F563B1;
}
</style>