Shades of Hot Pink #F164B9
Tints of Hot Pink #F164B9
RGB
CMYK
RGB Variations
Color information
#F164B9 (or 0xF164B9) is known color: Hot Pink. HEX triplet: F1, 64 and B9. RGB value is (241,100,185). Sum of RGB (Red+Green+Blue) = 241+100+185=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F164B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164B9 is #0E9B46. Grayscale: #979797. Windows color (decimal): -957255 or 12150001. OLE color: 12150001.
HSL color Cylindrical-coordinate representation of color #F164B9: hue angle of 323.83º 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 #F164B9 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 185 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.05 |
| HSL | 323.83º | 0.83% | 0.67% | - |
| HSV(B) | 323.83º | 0.59% | 0.95% | - |
| XYZ | 49.59 | 31.32 | 49.33 | - |
| YUV | 151.85 | 146.71 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 185 | 0 | 0.59 | 0.23 | 0.05 | 323.83 | 0.83 | 0.67 |
| Hex | F1 | 64 | B9 | 0 | 3B | 17 | 5 | 144 | 53 | 43 |
| Octal | 361 | 144 | 271 | 0 | 73 | 27 | 5 | 504 | 123 | 103 |
| Binary | 11110001 | 1100100 | 10111001 | 0 | 111011 | 10111 | 101 | 101000100 | 1010011 | 1000011 |
Color Harmonies of #F164B9
Complementary color
Monochromatic Colors of #F164B9
Black with #F164B9
Text Example
Text Example
White with #F164B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F164B9; }
p { color: rgb(241,100,185); }
H1.HeaderClassName
{
color: #F164B9;
}
.AnyTagClassName
{
color: #F164B9;
}
</style>
background-color css
<style>
a { background-color: #F164B9; }
a { background-color: rgb(241,100,185); }
div.DivClassName
{
background-color: #F164B9;
}
.BgClassName
{
background-color: #F164B9;
}
</style>
border-color css
<style>
span { border-color: #F164B9; }
span { border-color: rgb(241,100,185); }
td.TdClassName
{
border-color: #F164B9;
}
.TagClassName
{
border-color: #F164B9;
}
</style>