Shades of Hot Pink #F764BB
Tints of Hot Pink #F764BB
RGB
CMYK
RGB Variations
Color information
#F764BB (or 0xF764BB) is known color: Hot Pink. HEX triplet: F7, 64 and BB. RGB value is (247,100,187). Sum of RGB (Red+Green+Blue) = 247+100+187=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F764BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F764BB is #089B44. Grayscale: #999999. Windows color (decimal): -564037 or 12281079. OLE color: 12281079.
HSL color Cylindrical-coordinate representation of color #F764BB: hue angle of 324.49º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F764BB is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 187 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.03 |
| HSL | 324.49º | 0.9% | 0.68% | - |
| HSV(B) | 324.49º | 0.6% | 0.97% | - |
| XYZ | 51.88 | 32.48 | 50.55 | - |
| YUV | 153.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 187 | 0 | 0.60 | 0.24 | 0.03 | 324.49 | 0.9 | 0.68 |
| Hex | F7 | 64 | BB | 0 | 3C | 18 | 3 | 144 | 5A | 44 |
| Octal | 367 | 144 | 273 | 0 | 74 | 30 | 3 | 504 | 132 | 104 |
| Binary | 11110111 | 1100100 | 10111011 | 0 | 111100 | 11000 | 11 | 101000100 | 1011010 | 1000100 |
Color Harmonies of #F764BB
Complementary color
Monochromatic Colors of #F764BB
Black with #F764BB
Text Example
Text Example
White with #F764BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F764BB; }
p { color: rgb(247,100,187); }
H1.HeaderClassName
{
color: #F764BB;
}
.AnyTagClassName
{
color: #F764BB;
}
</style>
background-color css
<style>
a { background-color: #F764BB; }
a { background-color: rgb(247,100,187); }
div.DivClassName
{
background-color: #F764BB;
}
.BgClassName
{
background-color: #F764BB;
}
</style>
border-color css
<style>
span { border-color: #F764BB; }
span { border-color: rgb(247,100,187); }
td.TdClassName
{
border-color: #F764BB;
}
.TagClassName
{
border-color: #F764BB;
}
</style>