Shades of Hot Pink #F764AD
Tints of Hot Pink #F764AD
RGB
CMYK
RGB Variations
Color information
#F764AD (or 0xF764AD) is known color: Hot Pink. HEX triplet: F7, 64 and AD. RGB value is (247,100,173). Sum of RGB (Red+Green+Blue) = 247+100+173=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F764AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F764AD is #089B52. Grayscale: #989898. Windows color (decimal): -564051 or 11363575. OLE color: 11363575.
HSL color Cylindrical-coordinate representation of color #F764AD: hue angle of 330.2º 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 #F764AD is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 100 | 173 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.03 |
| HSL | 330.2º | 0.9% | 0.68% | - |
| HSV(B) | 330.2º | 0.6% | 0.97% | - |
| XYZ | 50.46 | 31.91 | 43.03 | - |
| YUV | 152.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 173 | 0 | 0.60 | 0.30 | 0.03 | 330.2 | 0.9 | 0.68 |
| Hex | F7 | 64 | AD | 0 | 3C | 1E | 3 | 14A | 5A | 44 |
| Octal | 367 | 144 | 255 | 0 | 74 | 36 | 3 | 512 | 132 | 104 |
| Binary | 11110111 | 1100100 | 10101101 | 0 | 111100 | 11110 | 11 | 101001010 | 1011010 | 1000100 |
Color Harmonies of #F764AD
Complementary color
Monochromatic Colors of #F764AD
Black with #F764AD
Text Example
Text Example
White with #F764AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F764AD; }
p { color: rgb(247,100,173); }
H1.HeaderClassName
{
color: #F764AD;
}
.AnyTagClassName
{
color: #F764AD;
}
</style>
background-color css
<style>
a { background-color: #F764AD; }
a { background-color: rgb(247,100,173); }
div.DivClassName
{
background-color: #F764AD;
}
.BgClassName
{
background-color: #F764AD;
}
</style>
border-color css
<style>
span { border-color: #F764AD; }
span { border-color: rgb(247,100,173); }
td.TdClassName
{
border-color: #F764AD;
}
.TagClassName
{
border-color: #F764AD;
}
</style>