Shades of Hot Pink #F164AD
Tints of Hot Pink #F164AD
RGB
CMYK
RGB Variations
Color information
#F164AD (or 0xF164AD) is known color: Hot Pink. HEX triplet: F1, 64 and AD. RGB value is (241,100,173). Sum of RGB (Red+Green+Blue) = 241+100+173=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 100 (39.45% from 255 or 19.46% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F164AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F164AD is #0E9B52. Grayscale: #969696. Windows color (decimal): -957267 or 11363569. OLE color: 11363569.
HSL color Cylindrical-coordinate representation of color #F164AD: hue angle of 328.94º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F164AD is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 173 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.05 |
| HSL | 328.94º | 0.83% | 0.67% | - |
| HSV(B) | 328.94º | 0.59% | 0.95% | - |
| XYZ | 48.38 | 30.83 | 42.94 | - |
| YUV | 150.48 | 140.71 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 173 | 0 | 0.59 | 0.28 | 0.05 | 328.94 | 0.83 | 0.67 |
| Hex | F1 | 64 | AD | 0 | 3B | 1C | 5 | 149 | 53 | 43 |
| Octal | 361 | 144 | 255 | 0 | 73 | 34 | 5 | 511 | 123 | 103 |
| Binary | 11110001 | 1100100 | 10101101 | 0 | 111011 | 11100 | 101 | 101001001 | 1010011 | 1000011 |
Color Harmonies of #F164AD
Complementary color
Monochromatic Colors of #F164AD
Black with #F164AD
Text Example
Text Example
White with #F164AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164AD; }
p { color: rgb(241,100,173); }
H1.HeaderClassName
{
color: #F164AD;
}
.AnyTagClassName
{
color: #F164AD;
}
</style>
background-color css
<style>
a { background-color: #F164AD; }
a { background-color: rgb(241,100,173); }
div.DivClassName
{
background-color: #F164AD;
}
.BgClassName
{
background-color: #F164AD;
}
</style>
border-color css
<style>
span { border-color: #F164AD; }
span { border-color: rgb(241,100,173); }
td.TdClassName
{
border-color: #F164AD;
}
.TagClassName
{
border-color: #F164AD;
}
</style>