Shades of Hot Pink #F765AD
Tints of Hot Pink #F765AD
RGB
CMYK
RGB Variations
Color information
#F765AD (or 0xF765AD) is known color: Hot Pink. HEX triplet: F7, 65 and AD. RGB value is (247,101,173). Sum of RGB (Red+Green+Blue) = 247+101+173=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F765AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F765AD is #089A52. Grayscale: #989898. Windows color (decimal): -563795 or 11363831. OLE color: 11363831.
HSL color Cylindrical-coordinate representation of color #F765AD: hue angle of 330.41º 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 #F765AD is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 101 | 173 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.03 |
| HSL | 330.41º | 0.9% | 0.68% | - |
| HSV(B) | 330.41º | 0.59% | 0.97% | - |
| XYZ | 50.55 | 32.1 | 43.07 | - |
| YUV | 152.86 | 139.37 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 173 | 0 | 0.59 | 0.30 | 0.03 | 330.41 | 0.9 | 0.68 |
| Hex | F7 | 65 | AD | 0 | 3B | 1E | 3 | 14A | 5A | 44 |
| Octal | 367 | 145 | 255 | 0 | 73 | 36 | 3 | 512 | 132 | 104 |
| Binary | 11110111 | 1100101 | 10101101 | 0 | 111011 | 11110 | 11 | 101001010 | 1011010 | 1000100 |
Color Harmonies of #F765AD
Complementary color
Monochromatic Colors of #F765AD
Black with #F765AD
Text Example
Text Example
White with #F765AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F765AD; }
p { color: rgb(247,101,173); }
H1.HeaderClassName
{
color: #F765AD;
}
.AnyTagClassName
{
color: #F765AD;
}
</style>
background-color css
<style>
a { background-color: #F765AD; }
a { background-color: rgb(247,101,173); }
div.DivClassName
{
background-color: #F765AD;
}
.BgClassName
{
background-color: #F765AD;
}
</style>
border-color css
<style>
span { border-color: #F765AD; }
span { border-color: rgb(247,101,173); }
td.TdClassName
{
border-color: #F765AD;
}
.TagClassName
{
border-color: #F765AD;
}
</style>