Shades of Hot Pink #F56DB4
Tints of Hot Pink #F56DB4
RGB
CMYK
RGB Variations
Color information
#F56DB4 (or 0xF56DB4) is known color: Hot Pink. HEX triplet: F5, 6D and B4. RGB value is (245,109,180). Sum of RGB (Red+Green+Blue) = 245+109+180=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DB4 is #0A924B. Grayscale: #9D9D9D. Windows color (decimal): -692812 or 11824629. OLE color: 11824629.
HSL color Cylindrical-coordinate representation of color #F56DB4: hue angle of 328.68º 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 #F56DB4 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 180 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.04 |
| HSL | 328.68º | 0.87% | 0.69% | - |
| HSV(B) | 328.68º | 0.56% | 0.96% | - |
| XYZ | 51.36 | 33.65 | 46.97 | - |
| YUV | 157.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 180 | 0 | 0.56 | 0.27 | 0.04 | 328.68 | 0.87 | 0.69 |
| Hex | F5 | 6D | B4 | 0 | 38 | 1B | 4 | 149 | 57 | 45 |
| Octal | 365 | 155 | 264 | 0 | 70 | 33 | 4 | 511 | 127 | 105 |
| Binary | 11110101 | 1101101 | 10110100 | 0 | 111000 | 11011 | 100 | 101001001 | 1010111 | 1000101 |
Color Harmonies of #F56DB4
Complementary color
Monochromatic Colors of #F56DB4
Black with #F56DB4
Text Example
Text Example
White with #F56DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DB4; }
p { color: rgb(245,109,180); }
H1.HeaderClassName
{
color: #F56DB4;
}
.AnyTagClassName
{
color: #F56DB4;
}
</style>
background-color css
<style>
a { background-color: #F56DB4; }
a { background-color: rgb(245,109,180); }
div.DivClassName
{
background-color: #F56DB4;
}
.BgClassName
{
background-color: #F56DB4;
}
</style>
border-color css
<style>
span { border-color: #F56DB4; }
span { border-color: rgb(245,109,180); }
td.TdClassName
{
border-color: #F56DB4;
}
.TagClassName
{
border-color: #F56DB4;
}
</style>