Shades of Hot Pink #F165AC
Tints of Hot Pink #F165AC
RGB
CMYK
RGB Variations
Color information
#F165AC (or 0xF165AC) is known color: Hot Pink. HEX triplet: F1, 65 and AC. RGB value is (241,101,172). Sum of RGB (Red+Green+Blue) = 241+101+172=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F165AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F165AC is #0E9A53. Grayscale: #969696. Windows color (decimal): -957012 or 11298289. OLE color: 11298289.
HSL color Cylindrical-coordinate representation of color #F165AC: hue angle of 329.57º 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 #F165AC is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 172 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.05 |
| HSL | 329.57º | 0.83% | 0.67% | - |
| HSV(B) | 329.57º | 0.58% | 0.95% | - |
| XYZ | 48.38 | 30.99 | 42.46 | - |
| YUV | 150.95 | 139.88 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 172 | 0 | 0.58 | 0.29 | 0.05 | 329.57 | 0.83 | 0.67 |
| Hex | F1 | 65 | AC | 0 | 3A | 1D | 5 | 14A | 53 | 43 |
| Octal | 361 | 145 | 254 | 0 | 72 | 35 | 5 | 512 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10101100 | 0 | 111010 | 11101 | 101 | 101001010 | 1010011 | 1000011 |
Color Harmonies of #F165AC
Complementary color
Monochromatic Colors of #F165AC
Black with #F165AC
Text Example
Text Example
White with #F165AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165AC; }
p { color: rgb(241,101,172); }
H1.HeaderClassName
{
color: #F165AC;
}
.AnyTagClassName
{
color: #F165AC;
}
</style>
background-color css
<style>
a { background-color: #F165AC; }
a { background-color: rgb(241,101,172); }
div.DivClassName
{
background-color: #F165AC;
}
.BgClassName
{
background-color: #F165AC;
}
</style>
border-color css
<style>
span { border-color: #F165AC; }
span { border-color: rgb(241,101,172); }
td.TdClassName
{
border-color: #F165AC;
}
.TagClassName
{
border-color: #F165AC;
}
</style>