Shades of Hot Pink #F756BB
Tints of Hot Pink #F756BB
RGB
CMYK
RGB Variations
Color information
#F756BB (or 0xF756BB) is known color: Hot Pink. HEX triplet: F7, 56 and BB. RGB value is (247,86,187). Sum of RGB (Red+Green+Blue) = 247+86+187=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F756BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F756BB is #08A944. Grayscale: #919191. Windows color (decimal): -567621 or 12277495. OLE color: 12277495.
HSL color Cylindrical-coordinate representation of color #F756BB: hue angle of 322.36º 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 #F756BB is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 86 | 187 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.03 |
| HSL | 322.36º | 0.91% | 0.65% | - |
| HSV(B) | 322.36º | 0.65% | 0.97% | - |
| XYZ | 50.66 | 30.02 | 50.14 | - |
| YUV | 145.65 | 151.34 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 86 | 187 | 0 | 0.65 | 0.24 | 0.03 | 322.36 | 0.91 | 0.65 |
| Hex | F7 | 56 | BB | 0 | 41 | 18 | 3 | 142 | 5B | 41 |
| Octal | 367 | 126 | 273 | 0 | 101 | 30 | 3 | 502 | 133 | 101 |
| Binary | 11110111 | 1010110 | 10111011 | 0 | 1000001 | 11000 | 11 | 101000010 | 1011011 | 1000001 |
Color Harmonies of #F756BB
Complementary color
Monochromatic Colors of #F756BB
Black with #F756BB
Text Example
Text Example
White with #F756BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F756BB; }
p { color: rgb(247,86,187); }
H1.HeaderClassName
{
color: #F756BB;
}
.AnyTagClassName
{
color: #F756BB;
}
</style>
background-color css
<style>
a { background-color: #F756BB; }
a { background-color: rgb(247,86,187); }
div.DivClassName
{
background-color: #F756BB;
}
.BgClassName
{
background-color: #F756BB;
}
</style>
border-color css
<style>
span { border-color: #F756BB; }
span { border-color: rgb(247,86,187); }
td.TdClassName
{
border-color: #F756BB;
}
.TagClassName
{
border-color: #F756BB;
}
</style>