Shades of Hot Pink #F56BA5
Tints of Hot Pink #F56BA5
RGB
CMYK
RGB Variations
Color information
#F56BA5 (or 0xF56BA5) is known color: Hot Pink. HEX triplet: F5, 6B and A5. RGB value is (245,107,165). Sum of RGB (Red+Green+Blue) = 245+107+165=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56BA5 is #0A945A. Grayscale: #9A9A9A. Windows color (decimal): -693339 or 10841077. OLE color: 10841077.
HSL color Cylindrical-coordinate representation of color #F56BA5: hue angle of 334.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 #F56BA5 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 107 | 165 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.04 |
| HSL | 334.78º | 0.87% | 0.69% | - |
| HSV(B) | 334.78º | 0.56% | 0.96% | - |
| XYZ | 49.71 | 32.64 | 39.28 | - |
| YUV | 154.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 107 | 165 | 0 | 0.56 | 0.33 | 0.04 | 334.78 | 0.87 | 0.69 |
| Hex | F5 | 6B | A5 | 0 | 38 | 21 | 4 | 14F | 57 | 45 |
| Octal | 365 | 153 | 245 | 0 | 70 | 41 | 4 | 517 | 127 | 105 |
| Binary | 11110101 | 1101011 | 10100101 | 0 | 111000 | 100001 | 100 | 101001111 | 1010111 | 1000101 |
Color Harmonies of #F56BA5
Complementary color
Monochromatic Colors of #F56BA5
Black with #F56BA5
Text Example
Text Example
White with #F56BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56BA5; }
p { color: rgb(245,107,165); }
H1.HeaderClassName
{
color: #F56BA5;
}
.AnyTagClassName
{
color: #F56BA5;
}
</style>
background-color css
<style>
a { background-color: #F56BA5; }
a { background-color: rgb(245,107,165); }
div.DivClassName
{
background-color: #F56BA5;
}
.BgClassName
{
background-color: #F56BA5;
}
</style>
border-color css
<style>
span { border-color: #F56BA5; }
span { border-color: rgb(245,107,165); }
td.TdClassName
{
border-color: #F56BA5;
}
.TagClassName
{
border-color: #F56BA5;
}
</style>