Shades of Hot Pink #F159BD
Tints of Hot Pink #F159BD
RGB
CMYK
RGB Variations
Color information
#F159BD (or 0xF159BD) is known color: Hot Pink. HEX triplet: F1, 59 and BD. RGB value is (241,89,189). Sum of RGB (Red+Green+Blue) = 241+89+189=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F159BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F159BD is #0EA642. Grayscale: #919191. Windows color (decimal): -960067 or 12409329. OLE color: 12409329.
HSL color Cylindrical-coordinate representation of color #F159BD: hue angle of 320.53º 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 #F159BD is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 89 | 189 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.05 |
| HSL | 320.53º | 0.84% | 0.65% | - |
| HSV(B) | 320.53º | 0.63% | 0.95% | - |
| XYZ | 49.03 | 29.52 | 51.26 | - |
| YUV | 145.85 | 152.36 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 89 | 189 | 0 | 0.63 | 0.22 | 0.05 | 320.53 | 0.84 | 0.65 |
| Hex | F1 | 59 | BD | 0 | 3F | 16 | 5 | 141 | 54 | 41 |
| Octal | 361 | 131 | 275 | 0 | 77 | 26 | 5 | 501 | 124 | 101 |
| Binary | 11110001 | 1011001 | 10111101 | 0 | 111111 | 10110 | 101 | 101000001 | 1010100 | 1000001 |
Color Harmonies of #F159BD
Complementary color
Monochromatic Colors of #F159BD
Black with #F159BD
Text Example
Text Example
White with #F159BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F159BD; }
p { color: rgb(241,89,189); }
H1.HeaderClassName
{
color: #F159BD;
}
.AnyTagClassName
{
color: #F159BD;
}
</style>
background-color css
<style>
a { background-color: #F159BD; }
a { background-color: rgb(241,89,189); }
div.DivClassName
{
background-color: #F159BD;
}
.BgClassName
{
background-color: #F159BD;
}
</style>
border-color css
<style>
span { border-color: #F159BD; }
span { border-color: rgb(241,89,189); }
td.TdClassName
{
border-color: #F159BD;
}
.TagClassName
{
border-color: #F159BD;
}
</style>