Shades of Hot Pink #F56DB7
Tints of Hot Pink #F56DB7
RGB
CMYK
RGB Variations
Color information
#F56DB7 (or 0xF56DB7) is known color: Hot Pink. HEX triplet: F5, 6D and B7. RGB value is (245,109,183). Sum of RGB (Red+Green+Blue) = 245+109+183=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DB7 is #0A9248. Grayscale: #9D9D9D. Windows color (decimal): -692809 or 12021237. OLE color: 12021237.
HSL color Cylindrical-coordinate representation of color #F56DB7: hue angle of 327.35º 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 #F56DB7 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 183 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.04 |
| HSL | 327.35º | 0.87% | 0.69% | - |
| HSV(B) | 327.35º | 0.56% | 0.96% | - |
| XYZ | 51.67 | 33.77 | 48.59 | - |
| YUV | 158.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 183 | 0 | 0.56 | 0.25 | 0.04 | 327.35 | 0.87 | 0.69 |
| Hex | F5 | 6D | B7 | 0 | 38 | 19 | 4 | 147 | 57 | 45 |
| Octal | 365 | 155 | 267 | 0 | 70 | 31 | 4 | 507 | 127 | 105 |
| Binary | 11110101 | 1101101 | 10110111 | 0 | 111000 | 11001 | 100 | 101000111 | 1010111 | 1000101 |
Color Harmonies of #F56DB7
Complementary color
Monochromatic Colors of #F56DB7
Black with #F56DB7
Text Example
Text Example
White with #F56DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DB7; }
p { color: rgb(245,109,183); }
H1.HeaderClassName
{
color: #F56DB7;
}
.AnyTagClassName
{
color: #F56DB7;
}
</style>
background-color css
<style>
a { background-color: #F56DB7; }
a { background-color: rgb(245,109,183); }
div.DivClassName
{
background-color: #F56DB7;
}
.BgClassName
{
background-color: #F56DB7;
}
</style>
border-color css
<style>
span { border-color: #F56DB7; }
span { border-color: rgb(245,109,183); }
td.TdClassName
{
border-color: #F56DB7;
}
.TagClassName
{
border-color: #F56DB7;
}
</style>