Shades of Hot Pink #F765BD
Tints of Hot Pink #F765BD
RGB
CMYK
RGB Variations
Color information
#F765BD (or 0xF765BD) is known color: Hot Pink. HEX triplet: F7, 65 and BD. RGB value is (247,101,189). Sum of RGB (Red+Green+Blue) = 247+101+189=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F765BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F765BD is #089A42. Grayscale: #9A9A9A. Windows color (decimal): -563779 or 12412407. OLE color: 12412407.
HSL color Cylindrical-coordinate representation of color #F765BD: hue angle of 323.84º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F765BD is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 189 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.03 |
| HSL | 323.84º | 0.9% | 0.68% | - |
| HSV(B) | 323.84º | 0.59% | 0.97% | - |
| XYZ | 52.2 | 32.76 | 51.72 | - |
| YUV | 154.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 189 | 0 | 0.59 | 0.23 | 0.03 | 323.84 | 0.9 | 0.68 |
| Hex | F7 | 65 | BD | 0 | 3B | 17 | 3 | 144 | 5A | 44 |
| Octal | 367 | 145 | 275 | 0 | 73 | 27 | 3 | 504 | 132 | 104 |
| Binary | 11110111 | 1100101 | 10111101 | 0 | 111011 | 10111 | 11 | 101000100 | 1011010 | 1000100 |
Color Harmonies of #F765BD
Complementary color
Monochromatic Colors of #F765BD
Black with #F765BD
Text Example
Text Example
White with #F765BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F765BD; }
p { color: rgb(247,101,189); }
H1.HeaderClassName
{
color: #F765BD;
}
.AnyTagClassName
{
color: #F765BD;
}
</style>
background-color css
<style>
a { background-color: #F765BD; }
a { background-color: rgb(247,101,189); }
div.DivClassName
{
background-color: #F765BD;
}
.BgClassName
{
background-color: #F765BD;
}
</style>
border-color css
<style>
span { border-color: #F765BD; }
span { border-color: rgb(247,101,189); }
td.TdClassName
{
border-color: #F765BD;
}
.TagClassName
{
border-color: #F765BD;
}
</style>