Shades of Hot Pink #F56BBC
Tints of Hot Pink #F56BBC
RGB
CMYK
RGB Variations
Color information
#F56BBC (or 0xF56BBC) is known color: Hot Pink. HEX triplet: F5, 6B and BC. RGB value is (245,107,188). Sum of RGB (Red+Green+Blue) = 245+107+188=540 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.37% from 540); Green value is 107 (42.19% from 255 or 19.81% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56BBC is #0A9443. Grayscale: #9D9D9D. Windows color (decimal): -693316 or 12348405. OLE color: 12348405.
HSL color Cylindrical-coordinate representation of color #F56BBC: hue angle of 324.78º 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 #F56BBC is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 188 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.04 |
| HSL | 324.78º | 0.87% | 0.69% | - |
| HSV(B) | 324.78º | 0.56% | 0.96% | - |
| XYZ | 51.99 | 33.56 | 51.31 | - |
| YUV | 157.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 188 | 0 | 0.56 | 0.23 | 0.04 | 324.78 | 0.87 | 0.69 |
| Hex | F5 | 6B | BC | 0 | 38 | 17 | 4 | 145 | 57 | 45 |
| Octal | 365 | 153 | 274 | 0 | 70 | 27 | 4 | 505 | 127 | 105 |
| Binary | 11110101 | 1101011 | 10111100 | 0 | 111000 | 10111 | 100 | 101000101 | 1010111 | 1000101 |
Color Harmonies of #F56BBC
Complementary color
Monochromatic Colors of #F56BBC
Black with #F56BBC
Text Example
Text Example
White with #F56BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56BBC; }
p { color: rgb(245,107,188); }
H1.HeaderClassName
{
color: #F56BBC;
}
.AnyTagClassName
{
color: #F56BBC;
}
</style>
background-color css
<style>
a { background-color: #F56BBC; }
a { background-color: rgb(245,107,188); }
div.DivClassName
{
background-color: #F56BBC;
}
.BgClassName
{
background-color: #F56BBC;
}
</style>
border-color css
<style>
span { border-color: #F56BBC; }
span { border-color: rgb(245,107,188); }
td.TdClassName
{
border-color: #F56BBC;
}
.TagClassName
{
border-color: #F56BBC;
}
</style>