Shades of Hot Pink #F756B9
Tints of Hot Pink #F756B9
RGB
CMYK
RGB Variations
Color information
#F756B9 (or 0xF756B9) is known color: Hot Pink. HEX triplet: F7, 56 and B9. RGB value is (247,86,185). Sum of RGB (Red+Green+Blue) = 247+86+185=518 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.68% from 518); Green value is 86 (33.98% from 255 or 16.60% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 247 - color contains mainly: red. Hex color #F756B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756B9 is #08A946. Grayscale: #919191. Windows color (decimal): -567623 or 12146423. OLE color: 12146423.
HSL color Cylindrical-coordinate representation of color #F756B9: hue angle of 323.11º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F756B9 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 185 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.03 |
| HSL | 323.11º | 0.91% | 0.65% | - |
| HSV(B) | 323.11º | 0.65% | 0.97% | - |
| XYZ | 50.44 | 29.93 | 49.02 | - |
| YUV | 145.43 | 150.34 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 185 | 0 | 0.65 | 0.25 | 0.03 | 323.11 | 0.91 | 0.65 |
| Hex | F7 | 56 | B9 | 0 | 41 | 19 | 3 | 143 | 5B | 41 |
| Octal | 367 | 126 | 271 | 0 | 101 | 31 | 3 | 503 | 133 | 101 |
| Binary | 11110111 | 1010110 | 10111001 | 0 | 1000001 | 11001 | 11 | 101000011 | 1011011 | 1000001 |
Color Harmonies of #F756B9
Complementary color
Monochromatic Colors of #F756B9
Black with #F756B9
Text Example
Text Example
White with #F756B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756B9; }
p { color: rgb(247,86,185); }
H1.HeaderClassName
{
color: #F756B9;
}
.AnyTagClassName
{
color: #F756B9;
}
</style>
background-color css
<style>
a { background-color: #F756B9; }
a { background-color: rgb(247,86,185); }
div.DivClassName
{
background-color: #F756B9;
}
.BgClassName
{
background-color: #F756B9;
}
</style>
border-color css
<style>
span { border-color: #F756B9; }
span { border-color: rgb(247,86,185); }
td.TdClassName
{
border-color: #F756B9;
}
.TagClassName
{
border-color: #F756B9;
}
</style>