Shades of Hot Pink #F159B8
Tints of Hot Pink #F159B8
RGB
CMYK
RGB Variations
Color information
#F159B8 (or 0xF159B8) is known color: Hot Pink. HEX triplet: F1, 59 and B8. RGB value is (241,89,184). Sum of RGB (Red+Green+Blue) = 241+89+184=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F159B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159B8 is #0EA647. Grayscale: #919191. Windows color (decimal): -960072 or 12081649. OLE color: 12081649.
HSL color Cylindrical-coordinate representation of color #F159B8: hue angle of 322.5º 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 #F159B8 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 184 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.05 |
| HSL | 322.5º | 0.84% | 0.65% | - |
| HSV(B) | 322.5º | 0.63% | 0.95% | - |
| XYZ | 48.5 | 29.31 | 48.45 | - |
| YUV | 145.28 | 149.86 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 184 | 0 | 0.63 | 0.24 | 0.05 | 322.5 | 0.84 | 0.65 |
| Hex | F1 | 59 | B8 | 0 | 3F | 18 | 5 | 142 | 54 | 41 |
| Octal | 361 | 131 | 270 | 0 | 77 | 30 | 5 | 502 | 124 | 101 |
| Binary | 11110001 | 1011001 | 10111000 | 0 | 111111 | 11000 | 101 | 101000010 | 1010100 | 1000001 |
Color Harmonies of #F159B8
Complementary color
Monochromatic Colors of #F159B8
Black with #F159B8
Text Example
Text Example
White with #F159B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159B8; }
p { color: rgb(241,89,184); }
H1.HeaderClassName
{
color: #F159B8;
}
.AnyTagClassName
{
color: #F159B8;
}
</style>
background-color css
<style>
a { background-color: #F159B8; }
a { background-color: rgb(241,89,184); }
div.DivClassName
{
background-color: #F159B8;
}
.BgClassName
{
background-color: #F159B8;
}
</style>
border-color css
<style>
span { border-color: #F159B8; }
span { border-color: rgb(241,89,184); }
td.TdClassName
{
border-color: #F159B8;
}
.TagClassName
{
border-color: #F159B8;
}
</style>