Shades of Hot Pink #F765A8
Tints of Hot Pink #F765A8
RGB
CMYK
RGB Variations
Color information
#F765A8 (or 0xF765A8) is known color: Hot Pink. HEX triplet: F7, 65 and A8. RGB value is (247,101,168). Sum of RGB (Red+Green+Blue) = 247+101+168=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F765A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F765A8 is #089A57. Grayscale: #989898. Windows color (decimal): -563800 or 11036151. OLE color: 11036151.
HSL color Cylindrical-coordinate representation of color #F765A8: hue angle of 332.47º 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 #F765A8 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 168 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.03 |
| HSL | 332.47º | 0.9% | 0.68% | - |
| HSV(B) | 332.47º | 0.59% | 0.97% | - |
| XYZ | 50.08 | 31.91 | 40.57 | - |
| YUV | 152.29 | 136.87 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 168 | 0 | 0.59 | 0.32 | 0.03 | 332.47 | 0.9 | 0.68 |
| Hex | F7 | 65 | A8 | 0 | 3B | 20 | 3 | 14C | 5A | 44 |
| Octal | 367 | 145 | 250 | 0 | 73 | 40 | 3 | 514 | 132 | 104 |
| Binary | 11110111 | 1100101 | 10101000 | 0 | 111011 | 100000 | 11 | 101001100 | 1011010 | 1000100 |
Color Harmonies of #F765A8
Complementary color
Monochromatic Colors of #F765A8
Black with #F765A8
Text Example
Text Example
White with #F765A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F765A8; }
p { color: rgb(247,101,168); }
H1.HeaderClassName
{
color: #F765A8;
}
.AnyTagClassName
{
color: #F765A8;
}
</style>
background-color css
<style>
a { background-color: #F765A8; }
a { background-color: rgb(247,101,168); }
div.DivClassName
{
background-color: #F765A8;
}
.BgClassName
{
background-color: #F765A8;
}
</style>
border-color css
<style>
span { border-color: #F765A8; }
span { border-color: rgb(247,101,168); }
td.TdClassName
{
border-color: #F765A8;
}
.TagClassName
{
border-color: #F765A8;
}
</style>