Shades of Hot Pink #F664AD
Tints of Hot Pink #F664AD
RGB
CMYK
RGB Variations
Color information
#F664AD (or 0xF664AD) is known color: Hot Pink. HEX triplet: F6, 64 and AD. RGB value is (246,100,173). Sum of RGB (Red+Green+Blue) = 246+100+173=519 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.40% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 246 - color contains mainly: red. Hex color #F664AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F664AD is #099B52. Grayscale: #979797. Windows color (decimal): -629587 or 11363574. OLE color: 11363574.
HSL color Cylindrical-coordinate representation of color #F664AD: hue angle of 330º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F664AD is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 173 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.04 |
| HSL | 330º | 0.89% | 0.68% | - |
| HSV(B) | 330º | 0.59% | 0.96% | - |
| XYZ | 50.11 | 31.72 | 43.02 | - |
| YUV | 151.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 173 | 0 | 0.59 | 0.30 | 0.04 | 330 | 0.89 | 0.68 |
| Hex | F6 | 64 | AD | 0 | 3B | 1E | 4 | 14A | 59 | 44 |
| Octal | 366 | 144 | 255 | 0 | 73 | 36 | 4 | 512 | 131 | 104 |
| Binary | 11110110 | 1100100 | 10101101 | 0 | 111011 | 11110 | 100 | 101001010 | 1011001 | 1000100 |
Color Harmonies of #F664AD
Complementary color
Monochromatic Colors of #F664AD
Black with #F664AD
Text Example
Text Example
White with #F664AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F664AD; }
p { color: rgb(246,100,173); }
H1.HeaderClassName
{
color: #F664AD;
}
.AnyTagClassName
{
color: #F664AD;
}
</style>
background-color css
<style>
a { background-color: #F664AD; }
a { background-color: rgb(246,100,173); }
div.DivClassName
{
background-color: #F664AD;
}
.BgClassName
{
background-color: #F664AD;
}
</style>
border-color css
<style>
span { border-color: #F664AD; }
span { border-color: rgb(246,100,173); }
td.TdClassName
{
border-color: #F664AD;
}
.TagClassName
{
border-color: #F664AD;
}
</style>