Shades of Hot Pink #F165AD
Tints of Hot Pink #F165AD
RGB
CMYK
RGB Variations
Color information
#F165AD (or 0xF165AD) is known color: Hot Pink. HEX triplet: F1, 65 and AD. RGB value is (241,101,173). Sum of RGB (Red+Green+Blue) = 241+101+173=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F165AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F165AD is #0E9A52. Grayscale: #969696. Windows color (decimal): -957011 or 11363825. OLE color: 11363825.
HSL color Cylindrical-coordinate representation of color #F165AD: hue angle of 329.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F165AD is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 173 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.05 |
| HSL | 329.14º | 0.83% | 0.67% | - |
| HSV(B) | 329.14º | 0.58% | 0.95% | - |
| XYZ | 48.47 | 31.03 | 42.97 | - |
| YUV | 151.07 | 140.38 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 173 | 0 | 0.58 | 0.28 | 0.05 | 329.14 | 0.83 | 0.67 |
| Hex | F1 | 65 | AD | 0 | 3A | 1C | 5 | 149 | 53 | 43 |
| Octal | 361 | 145 | 255 | 0 | 72 | 34 | 5 | 511 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10101101 | 0 | 111010 | 11100 | 101 | 101001001 | 1010011 | 1000011 |
Color Harmonies of #F165AD
Complementary color
Monochromatic Colors of #F165AD
Black with #F165AD
Text Example
Text Example
White with #F165AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165AD; }
p { color: rgb(241,101,173); }
H1.HeaderClassName
{
color: #F165AD;
}
.AnyTagClassName
{
color: #F165AD;
}
</style>
background-color css
<style>
a { background-color: #F165AD; }
a { background-color: rgb(241,101,173); }
div.DivClassName
{
background-color: #F165AD;
}
.BgClassName
{
background-color: #F165AD;
}
</style>
border-color css
<style>
span { border-color: #F165AD; }
span { border-color: rgb(241,101,173); }
td.TdClassName
{
border-color: #F165AD;
}
.TagClassName
{
border-color: #F165AD;
}
</style>