Shades of Dark Pink #F15789
Tints of Dark Pink #F15789
RGB
CMYK
RGB Variations
Color information
#F15789 (or 0xF15789) is known color: Dark Pink. HEX triplet: F1, 57 and 89. RGB value is (241,87,137). Sum of RGB (Red+Green+Blue) = 241+87+137=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F15789 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15789 is #0EA876. Grayscale: #8A8A8A. Windows color (decimal): -960631 or 9000945. OLE color: 9000945.
HSL color Cylindrical-coordinate representation of color #F15789: hue angle of 340.52º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F15789 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 137 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.05 |
| HSL | 340.52º | 0.85% | 0.64% | - |
| HSV(B) | 340.52º | 0.64% | 0.95% | - |
| XYZ | 44.2 | 27.32 | 26.61 | - |
| YUV | 138.75 | 127.02 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 137 | 0 | 0.64 | 0.43 | 0.05 | 340.52 | 0.85 | 0.64 |
| Hex | F1 | 57 | 89 | 0 | 40 | 2B | 5 | 155 | 55 | 40 |
| Octal | 361 | 127 | 211 | 0 | 100 | 53 | 5 | 525 | 125 | 100 |
| Binary | 11110001 | 1010111 | 10001001 | 0 | 1000000 | 101011 | 101 | 101010101 | 1010101 | 1000000 |
Color Harmonies of #F15789
Complementary color
Monochromatic Colors of #F15789
Black with #F15789
Text Example
Text Example
White with #F15789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15789; }
p { color: rgb(241,87,137); }
H1.HeaderClassName
{
color: #F15789;
}
.AnyTagClassName
{
color: #F15789;
}
</style>
background-color css
<style>
a { background-color: #F15789; }
a { background-color: rgb(241,87,137); }
div.DivClassName
{
background-color: #F15789;
}
.BgClassName
{
background-color: #F15789;
}
</style>
border-color css
<style>
span { border-color: #F15789; }
span { border-color: rgb(241,87,137); }
td.TdClassName
{
border-color: #F15789;
}
.TagClassName
{
border-color: #F15789;
}
</style>