Shades of Hot Pink #F56DB5
Tints of Hot Pink #F56DB5
RGB
CMYK
RGB Variations
Color information
#F56DB5 (or 0xF56DB5) is known color: Hot Pink. HEX triplet: F5, 6D and B5. RGB value is (245,109,181). Sum of RGB (Red+Green+Blue) = 245+109+181=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DB5 is #0A924A. Grayscale: #9D9D9D. Windows color (decimal): -692811 or 11890165. OLE color: 11890165.
HSL color Cylindrical-coordinate representation of color #F56DB5: hue angle of 328.24º 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 #F56DB5 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 181 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.04 |
| HSL | 328.24º | 0.87% | 0.69% | - |
| HSV(B) | 328.24º | 0.56% | 0.96% | - |
| XYZ | 51.47 | 33.69 | 47.51 | - |
| YUV | 157.87 | 141.06 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 181 | 0 | 0.56 | 0.26 | 0.04 | 328.24 | 0.87 | 0.69 |
| Hex | F5 | 6D | B5 | 0 | 38 | 1A | 4 | 148 | 57 | 45 |
| Octal | 365 | 155 | 265 | 0 | 70 | 32 | 4 | 510 | 127 | 105 |
| Binary | 11110101 | 1101101 | 10110101 | 0 | 111000 | 11010 | 100 | 101001000 | 1010111 | 1000101 |
Color Harmonies of #F56DB5
Complementary color
Monochromatic Colors of #F56DB5
Black with #F56DB5
Text Example
Text Example
White with #F56DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DB5; }
p { color: rgb(245,109,181); }
H1.HeaderClassName
{
color: #F56DB5;
}
.AnyTagClassName
{
color: #F56DB5;
}
</style>
background-color css
<style>
a { background-color: #F56DB5; }
a { background-color: rgb(245,109,181); }
div.DivClassName
{
background-color: #F56DB5;
}
.BgClassName
{
background-color: #F56DB5;
}
</style>
border-color css
<style>
span { border-color: #F56DB5; }
span { border-color: rgb(245,109,181); }
td.TdClassName
{
border-color: #F56DB5;
}
.TagClassName
{
border-color: #F56DB5;
}
</style>