Shades of Hot Pink #F159BC
Tints of Hot Pink #F159BC
RGB
CMYK
RGB Variations
Color information
#F159BC (or 0xF159BC) is known color: Hot Pink. HEX triplet: F1, 59 and BC. RGB value is (241,89,188). Sum of RGB (Red+Green+Blue) = 241+89+188=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 89 (35.16% from 255 or 17.18% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F159BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159BC is #0EA643. Grayscale: #919191. Windows color (decimal): -960068 or 12343793. OLE color: 12343793.
HSL color Cylindrical-coordinate representation of color #F159BC: hue angle of 320.92º 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 #F159BC is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 188 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.05 |
| HSL | 320.92º | 0.84% | 0.65% | - |
| HSV(B) | 320.92º | 0.63% | 0.95% | - |
| XYZ | 48.93 | 29.48 | 50.69 | - |
| YUV | 145.73 | 151.86 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 188 | 0 | 0.63 | 0.22 | 0.05 | 320.92 | 0.84 | 0.65 |
| Hex | F1 | 59 | BC | 0 | 3F | 16 | 5 | 141 | 54 | 41 |
| Octal | 361 | 131 | 274 | 0 | 77 | 26 | 5 | 501 | 124 | 101 |
| Binary | 11110001 | 1011001 | 10111100 | 0 | 111111 | 10110 | 101 | 101000001 | 1010100 | 1000001 |
Color Harmonies of #F159BC
Complementary color
Monochromatic Colors of #F159BC
Black with #F159BC
Text Example
Text Example
White with #F159BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159BC; }
p { color: rgb(241,89,188); }
H1.HeaderClassName
{
color: #F159BC;
}
.AnyTagClassName
{
color: #F159BC;
}
</style>
background-color css
<style>
a { background-color: #F159BC; }
a { background-color: rgb(241,89,188); }
div.DivClassName
{
background-color: #F159BC;
}
.BgClassName
{
background-color: #F159BC;
}
</style>
border-color css
<style>
span { border-color: #F159BC; }
span { border-color: rgb(241,89,188); }
td.TdClassName
{
border-color: #F159BC;
}
.TagClassName
{
border-color: #F159BC;
}
</style>