Shades of Hot Pink #F159B9
Tints of Hot Pink #F159B9
RGB
CMYK
RGB Variations
Color information
#F159B9 (or 0xF159B9) is known color: Hot Pink. HEX triplet: F1, 59 and B9. RGB value is (241,89,185). Sum of RGB (Red+Green+Blue) = 241+89+185=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F159B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159B9 is #0EA646. Grayscale: #919191. Windows color (decimal): -960071 or 12147185. OLE color: 12147185.
HSL color Cylindrical-coordinate representation of color #F159B9: hue angle of 322.11º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F159B9 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 185 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.05 |
| HSL | 322.11º | 0.84% | 0.65% | - |
| HSV(B) | 322.11º | 0.63% | 0.95% | - |
| XYZ | 48.6 | 29.35 | 49 | - |
| YUV | 145.39 | 150.36 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 185 | 0 | 0.63 | 0.23 | 0.05 | 322.11 | 0.84 | 0.65 |
| Hex | F1 | 59 | B9 | 0 | 3F | 17 | 5 | 142 | 54 | 41 |
| Octal | 361 | 131 | 271 | 0 | 77 | 27 | 5 | 502 | 124 | 101 |
| Binary | 11110001 | 1011001 | 10111001 | 0 | 111111 | 10111 | 101 | 101000010 | 1010100 | 1000001 |
Color Harmonies of #F159B9
Complementary color
Monochromatic Colors of #F159B9
Black with #F159B9
Text Example
Text Example
White with #F159B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159B9; }
p { color: rgb(241,89,185); }
H1.HeaderClassName
{
color: #F159B9;
}
.AnyTagClassName
{
color: #F159B9;
}
</style>
background-color css
<style>
a { background-color: #F159B9; }
a { background-color: rgb(241,89,185); }
div.DivClassName
{
background-color: #F159B9;
}
.BgClassName
{
background-color: #F159B9;
}
</style>
border-color css
<style>
span { border-color: #F159B9; }
span { border-color: rgb(241,89,185); }
td.TdClassName
{
border-color: #F159B9;
}
.TagClassName
{
border-color: #F159B9;
}
</style>