Shades of Hot Pink #F765AB
Tints of Hot Pink #F765AB
RGB
CMYK
RGB Variations
Color information
#F765AB (or 0xF765AB) is known color: Hot Pink. HEX triplet: F7, 65 and AB. RGB value is (247,101,171). Sum of RGB (Red+Green+Blue) = 247+101+171=519 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.59% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 247 - color contains mainly: red. Hex color #F765AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F765AB is #089A54. Grayscale: #989898. Windows color (decimal): -563797 or 11232759. OLE color: 11232759.
HSL color Cylindrical-coordinate representation of color #F765AB: hue angle of 331.23º 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 #F765AB is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 171 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.03 |
| HSL | 331.23º | 0.9% | 0.68% | - |
| HSV(B) | 331.23º | 0.59% | 0.97% | - |
| XYZ | 50.36 | 32.02 | 42.05 | - |
| YUV | 152.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 171 | 0 | 0.59 | 0.31 | 0.03 | 331.23 | 0.9 | 0.68 |
| Hex | F7 | 65 | AB | 0 | 3B | 1F | 3 | 14B | 5A | 44 |
| Octal | 367 | 145 | 253 | 0 | 73 | 37 | 3 | 513 | 132 | 104 |
| Binary | 11110111 | 1100101 | 10101011 | 0 | 111011 | 11111 | 11 | 101001011 | 1011010 | 1000100 |
Color Harmonies of #F765AB
Complementary color
Monochromatic Colors of #F765AB
Black with #F765AB
Text Example
Text Example
White with #F765AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F765AB; }
p { color: rgb(247,101,171); }
H1.HeaderClassName
{
color: #F765AB;
}
.AnyTagClassName
{
color: #F765AB;
}
</style>
background-color css
<style>
a { background-color: #F765AB; }
a { background-color: rgb(247,101,171); }
div.DivClassName
{
background-color: #F765AB;
}
.BgClassName
{
background-color: #F765AB;
}
</style>
border-color css
<style>
span { border-color: #F765AB; }
span { border-color: rgb(247,101,171); }
td.TdClassName
{
border-color: #F765AB;
}
.TagClassName
{
border-color: #F765AB;
}
</style>