Shades of Hot Pink #F760BB
Tints of Hot Pink #F760BB
RGB
CMYK
RGB Variations
Color information
#F760BB (or 0xF760BB) is known color: Hot Pink. HEX triplet: F7, 60 and BB. RGB value is (247,96,187). Sum of RGB (Red+Green+Blue) = 247+96+187=530 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.60% from 530); Green value is 96 (37.89% from 255 or 18.11% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 247 - color contains mainly: red. Hex color #F760BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760BB is #089F44. Grayscale: #979797. Windows color (decimal): -565061 or 12280055. OLE color: 12280055.
HSL color Cylindrical-coordinate representation of color #F760BB: hue angle of 323.84º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F760BB is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 96 | 187 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.03 |
| HSL | 323.84º | 0.9% | 0.67% | - |
| HSV(B) | 323.84º | 0.61% | 0.97% | - |
| XYZ | 51.51 | 31.73 | 50.42 | - |
| YUV | 151.52 | 148.03 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 96 | 187 | 0 | 0.61 | 0.24 | 0.03 | 323.84 | 0.9 | 0.67 |
| Hex | F7 | 60 | BB | 0 | 3D | 18 | 3 | 144 | 5A | 43 |
| Octal | 367 | 140 | 273 | 0 | 75 | 30 | 3 | 504 | 132 | 103 |
| Binary | 11110111 | 1100000 | 10111011 | 0 | 111101 | 11000 | 11 | 101000100 | 1011010 | 1000011 |
Color Harmonies of #F760BB
Complementary color
Monochromatic Colors of #F760BB
Black with #F760BB
Text Example
Text Example
White with #F760BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F760BB; }
p { color: rgb(247,96,187); }
H1.HeaderClassName
{
color: #F760BB;
}
.AnyTagClassName
{
color: #F760BB;
}
</style>
background-color css
<style>
a { background-color: #F760BB; }
a { background-color: rgb(247,96,187); }
div.DivClassName
{
background-color: #F760BB;
}
.BgClassName
{
background-color: #F760BB;
}
</style>
border-color css
<style>
span { border-color: #F760BB; }
span { border-color: rgb(247,96,187); }
td.TdClassName
{
border-color: #F760BB;
}
.TagClassName
{
border-color: #F760BB;
}
</style>