Shades of Hot Pink #F164A6
Tints of Hot Pink #F164A6
RGB
CMYK
RGB Variations
Color information
#F164A6 (or 0xF164A6) is known color: Hot Pink. HEX triplet: F1, 64 and A6. RGB value is (241,100,166). Sum of RGB (Red+Green+Blue) = 241+100+166=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F164A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F164A6 is #0E9B59. Grayscale: #959595. Windows color (decimal): -957274 or 10904817. OLE color: 10904817.
HSL color Cylindrical-coordinate representation of color #F164A6: hue angle of 331.91º 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 #F164A6 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 166 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.05 |
| HSL | 331.91º | 0.83% | 0.67% | - |
| HSV(B) | 331.91º | 0.59% | 0.95% | - |
| XYZ | 47.72 | 30.57 | 39.46 | - |
| YUV | 149.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 166 | 0 | 0.59 | 0.31 | 0.05 | 331.91 | 0.83 | 0.67 |
| Hex | F1 | 64 | A6 | 0 | 3B | 1F | 5 | 14C | 53 | 43 |
| Octal | 361 | 144 | 246 | 0 | 73 | 37 | 5 | 514 | 123 | 103 |
| Binary | 11110001 | 1100100 | 10100110 | 0 | 111011 | 11111 | 101 | 101001100 | 1010011 | 1000011 |
Color Harmonies of #F164A6
Complementary color
Monochromatic Colors of #F164A6
Black with #F164A6
Text Example
Text Example
White with #F164A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164A6; }
p { color: rgb(241,100,166); }
H1.HeaderClassName
{
color: #F164A6;
}
.AnyTagClassName
{
color: #F164A6;
}
</style>
background-color css
<style>
a { background-color: #F164A6; }
a { background-color: rgb(241,100,166); }
div.DivClassName
{
background-color: #F164A6;
}
.BgClassName
{
background-color: #F164A6;
}
</style>
border-color css
<style>
span { border-color: #F164A6; }
span { border-color: rgb(241,100,166); }
td.TdClassName
{
border-color: #F164A6;
}
.TagClassName
{
border-color: #F164A6;
}
</style>