Shades of Hot Pink #F165A6
Tints of Hot Pink #F165A6
RGB
CMYK
RGB Variations
Color information
#F165A6 (or 0xF165A6) is known color: Hot Pink. HEX triplet: F1, 65 and A6. RGB value is (241,101,166). Sum of RGB (Red+Green+Blue) = 241+101+166=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 166 (65.23% from 255 or 32.68% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F165A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F165A6 is #0E9A59. Grayscale: #969696. Windows color (decimal): -957018 or 10905073. OLE color: 10905073.
HSL color Cylindrical-coordinate representation of color #F165A6: hue angle of 332.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 #F165A6 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 166 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.05 |
| HSL | 332.14º | 0.83% | 0.67% | - |
| HSV(B) | 332.14º | 0.58% | 0.95% | - |
| XYZ | 47.81 | 30.76 | 39.49 | - |
| YUV | 150.27 | 136.88 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 166 | 0 | 0.58 | 0.31 | 0.05 | 332.14 | 0.83 | 0.67 |
| Hex | F1 | 65 | A6 | 0 | 3A | 1F | 5 | 14C | 53 | 43 |
| Octal | 361 | 145 | 246 | 0 | 72 | 37 | 5 | 514 | 123 | 103 |
| Binary | 11110001 | 1100101 | 10100110 | 0 | 111010 | 11111 | 101 | 101001100 | 1010011 | 1000011 |
Color Harmonies of #F165A6
Complementary color
Monochromatic Colors of #F165A6
Black with #F165A6
Text Example
Text Example
White with #F165A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F165A6; }
p { color: rgb(241,101,166); }
H1.HeaderClassName
{
color: #F165A6;
}
.AnyTagClassName
{
color: #F165A6;
}
</style>
background-color css
<style>
a { background-color: #F165A6; }
a { background-color: rgb(241,101,166); }
div.DivClassName
{
background-color: #F165A6;
}
.BgClassName
{
background-color: #F165A6;
}
</style>
border-color css
<style>
span { border-color: #F165A6; }
span { border-color: rgb(241,101,166); }
td.TdClassName
{
border-color: #F165A6;
}
.TagClassName
{
border-color: #F165A6;
}
</style>