Shades of Hot Pink #F764B0
Tints of Hot Pink #F764B0
RGB
CMYK
RGB Variations
Color information
#F764B0 (or 0xF764B0) is known color: Hot Pink. HEX triplet: F7, 64 and B0. RGB value is (247,100,176). Sum of RGB (Red+Green+Blue) = 247+100+176=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F764B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F764B0 is #089B4F. Grayscale: #989898. Windows color (decimal): -564048 or 11560183. OLE color: 11560183.
HSL color Cylindrical-coordinate representation of color #F764B0: hue angle of 328.98º 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 #F764B0 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 176 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.03 |
| HSL | 328.98º | 0.9% | 0.68% | - |
| HSV(B) | 328.98º | 0.6% | 0.97% | - |
| XYZ | 50.75 | 32.02 | 44.58 | - |
| YUV | 152.62 | 141.2 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 176 | 0 | 0.60 | 0.29 | 0.03 | 328.98 | 0.9 | 0.68 |
| Hex | F7 | 64 | B0 | 0 | 3C | 1D | 3 | 149 | 5A | 44 |
| Octal | 367 | 144 | 260 | 0 | 74 | 35 | 3 | 511 | 132 | 104 |
| Binary | 11110111 | 1100100 | 10110000 | 0 | 111100 | 11101 | 11 | 101001001 | 1011010 | 1000100 |
Color Harmonies of #F764B0
Complementary color
Monochromatic Colors of #F764B0
Black with #F764B0
Text Example
Text Example
White with #F764B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F764B0; }
p { color: rgb(247,100,176); }
H1.HeaderClassName
{
color: #F764B0;
}
.AnyTagClassName
{
color: #F764B0;
}
</style>
background-color css
<style>
a { background-color: #F764B0; }
a { background-color: rgb(247,100,176); }
div.DivClassName
{
background-color: #F764B0;
}
.BgClassName
{
background-color: #F764B0;
}
</style>
border-color css
<style>
span { border-color: #F764B0; }
span { border-color: rgb(247,100,176); }
td.TdClassName
{
border-color: #F764B0;
}
.TagClassName
{
border-color: #F764B0;
}
</style>