Shades of Hot Pink #F756BF
Tints of Hot Pink #F756BF
RGB
CMYK
RGB Variations
Color information
#F756BF (or 0xF756BF) is known color: Hot Pink. HEX triplet: F7, 56 and BF. RGB value is (247,86,191). Sum of RGB (Red+Green+Blue) = 247+86+191=524 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.14% from 524); Green value is 86 (33.98% from 255 or 16.41% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 247 - color contains mainly: red. Hex color #F756BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756BF is #08A940. Grayscale: #919191. Windows color (decimal): -567617 or 12539639. OLE color: 12539639.
HSL color Cylindrical-coordinate representation of color #F756BF: hue angle of 320.87º 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 #F756BF is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 191 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.03 |
| HSL | 320.87º | 0.91% | 0.65% | - |
| HSV(B) | 320.87º | 0.65% | 0.97% | - |
| XYZ | 51.09 | 30.19 | 52.43 | - |
| YUV | 146.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 191 | 0 | 0.65 | 0.23 | 0.03 | 320.87 | 0.91 | 0.65 |
| Hex | F7 | 56 | BF | 0 | 41 | 17 | 3 | 141 | 5B | 41 |
| Octal | 367 | 126 | 277 | 0 | 101 | 27 | 3 | 501 | 133 | 101 |
| Binary | 11110111 | 1010110 | 10111111 | 0 | 1000001 | 10111 | 11 | 101000001 | 1011011 | 1000001 |
Color Harmonies of #F756BF
Complementary color
Monochromatic Colors of #F756BF
Black with #F756BF
Text Example
Text Example
White with #F756BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756BF; }
p { color: rgb(247,86,191); }
H1.HeaderClassName
{
color: #F756BF;
}
.AnyTagClassName
{
color: #F756BF;
}
</style>
background-color css
<style>
a { background-color: #F756BF; }
a { background-color: rgb(247,86,191); }
div.DivClassName
{
background-color: #F756BF;
}
.BgClassName
{
background-color: #F756BF;
}
</style>
border-color css
<style>
span { border-color: #F756BF; }
span { border-color: rgb(247,86,191); }
td.TdClassName
{
border-color: #F756BF;
}
.TagClassName
{
border-color: #F756BF;
}
</style>