Shades of Hot Pink #F756B7
Tints of Hot Pink #F756B7
RGB
CMYK
RGB Variations
Color information
#F756B7 (or 0xF756B7) is known color: Hot Pink. HEX triplet: F7, 56 and B7. RGB value is (247,86,183). Sum of RGB (Red+Green+Blue) = 247+86+183=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 86 (33.98% from 255 or 16.67% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F756B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756B7 is #08A948. Grayscale: #909090. Windows color (decimal): -567625 or 12015351. OLE color: 12015351.
HSL color Cylindrical-coordinate representation of color #F756B7: hue angle of 323.85º 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 #F756B7 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 183 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.03 |
| HSL | 323.85º | 0.91% | 0.65% | - |
| HSV(B) | 323.85º | 0.65% | 0.97% | - |
| XYZ | 50.23 | 29.85 | 47.91 | - |
| YUV | 145.2 | 149.34 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 183 | 0 | 0.65 | 0.26 | 0.03 | 323.85 | 0.91 | 0.65 |
| Hex | F7 | 56 | B7 | 0 | 41 | 1A | 3 | 144 | 5B | 41 |
| Octal | 367 | 126 | 267 | 0 | 101 | 32 | 3 | 504 | 133 | 101 |
| Binary | 11110111 | 1010110 | 10110111 | 0 | 1000001 | 11010 | 11 | 101000100 | 1011011 | 1000001 |
Color Harmonies of #F756B7
Complementary color
Monochromatic Colors of #F756B7
Black with #F756B7
Text Example
Text Example
White with #F756B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756B7; }
p { color: rgb(247,86,183); }
H1.HeaderClassName
{
color: #F756B7;
}
.AnyTagClassName
{
color: #F756B7;
}
</style>
background-color css
<style>
a { background-color: #F756B7; }
a { background-color: rgb(247,86,183); }
div.DivClassName
{
background-color: #F756B7;
}
.BgClassName
{
background-color: #F756B7;
}
</style>
border-color css
<style>
span { border-color: #F756B7; }
span { border-color: rgb(247,86,183); }
td.TdClassName
{
border-color: #F756B7;
}
.TagClassName
{
border-color: #F756B7;
}
</style>