Shades of Hot Pink #F56DBB
Tints of Hot Pink #F56DBB
RGB
CMYK
RGB Variations
Color information
#F56DBB (or 0xF56DBB) is known color: Hot Pink. HEX triplet: F5, 6D and BB. RGB value is (245,109,187). Sum of RGB (Red+Green+Blue) = 245+109+187=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DBB is #0A9244. Grayscale: #9E9E9E. Windows color (decimal): -692805 or 12283381. OLE color: 12283381.
HSL color Cylindrical-coordinate representation of color #F56DBB: hue angle of 325.59º 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 #F56DBB is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 187 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.04 |
| HSL | 325.59º | 0.87% | 0.69% | - |
| HSV(B) | 325.59º | 0.56% | 0.96% | - |
| XYZ | 52.09 | 33.94 | 50.82 | - |
| YUV | 158.56 | 144.06 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 187 | 0 | 0.56 | 0.24 | 0.04 | 325.59 | 0.87 | 0.69 |
| Hex | F5 | 6D | BB | 0 | 38 | 18 | 4 | 146 | 57 | 45 |
| Octal | 365 | 155 | 273 | 0 | 70 | 30 | 4 | 506 | 127 | 105 |
| Binary | 11110101 | 1101101 | 10111011 | 0 | 111000 | 11000 | 100 | 101000110 | 1010111 | 1000101 |
Color Harmonies of #F56DBB
Complementary color
Monochromatic Colors of #F56DBB
Black with #F56DBB
Text Example
Text Example
White with #F56DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DBB; }
p { color: rgb(245,109,187); }
H1.HeaderClassName
{
color: #F56DBB;
}
.AnyTagClassName
{
color: #F56DBB;
}
</style>
background-color css
<style>
a { background-color: #F56DBB; }
a { background-color: rgb(245,109,187); }
div.DivClassName
{
background-color: #F56DBB;
}
.BgClassName
{
background-color: #F56DBB;
}
</style>
border-color css
<style>
span { border-color: #F56DBB; }
span { border-color: rgb(245,109,187); }
td.TdClassName
{
border-color: #F56DBB;
}
.TagClassName
{
border-color: #F56DBB;
}
</style>