Shades of Hot Pink #F56DB1
Tints of Hot Pink #F56DB1
RGB
CMYK
RGB Variations
Color information
#F56DB1 (or 0xF56DB1) is known color: Hot Pink. HEX triplet: F5, 6D and B1. RGB value is (245,109,177). Sum of RGB (Red+Green+Blue) = 245+109+177=531 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.14% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56DB1 is #0A924E. Grayscale: #9D9D9D. Windows color (decimal): -692815 or 11628021. OLE color: 11628021.
HSL color Cylindrical-coordinate representation of color #F56DB1: hue angle of 330º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56DB1 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 177 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.04 |
| HSL | 330º | 0.87% | 0.69% | - |
| HSV(B) | 330º | 0.56% | 0.96% | - |
| XYZ | 51.06 | 33.52 | 45.37 | - |
| YUV | 157.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 177 | 0 | 0.56 | 0.28 | 0.04 | 330 | 0.87 | 0.69 |
| Hex | F5 | 6D | B1 | 0 | 38 | 1C | 4 | 14A | 57 | 45 |
| Octal | 365 | 155 | 261 | 0 | 70 | 34 | 4 | 512 | 127 | 105 |
| Binary | 11110101 | 1101101 | 10110001 | 0 | 111000 | 11100 | 100 | 101001010 | 1010111 | 1000101 |
Color Harmonies of #F56DB1
Complementary color
Monochromatic Colors of #F56DB1
Black with #F56DB1
Text Example
Text Example
White with #F56DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DB1; }
p { color: rgb(245,109,177); }
H1.HeaderClassName
{
color: #F56DB1;
}
.AnyTagClassName
{
color: #F56DB1;
}
</style>
background-color css
<style>
a { background-color: #F56DB1; }
a { background-color: rgb(245,109,177); }
div.DivClassName
{
background-color: #F56DB1;
}
.BgClassName
{
background-color: #F56DB1;
}
</style>
border-color css
<style>
span { border-color: #F56DB1; }
span { border-color: rgb(245,109,177); }
td.TdClassName
{
border-color: #F56DB1;
}
.TagClassName
{
border-color: #F56DB1;
}
</style>