Shades of Dark Pink #F15786
Tints of Dark Pink #F15786
RGB
CMYK
RGB Variations
Color information
#F15786 (or 0xF15786) is known color: Dark Pink. HEX triplet: F1, 57 and 86. RGB value is (241,87,134). Sum of RGB (Red+Green+Blue) = 241+87+134=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F15786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15786 is #0EA879. Grayscale: #8A8A8A. Windows color (decimal): -960634 or 8804337. OLE color: 8804337.
HSL color Cylindrical-coordinate representation of color #F15786: hue angle of 341.69º 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 #F15786 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 134 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.05 |
| HSL | 341.69º | 0.85% | 0.64% | - |
| HSV(B) | 341.69º | 0.64% | 0.95% | - |
| XYZ | 43.99 | 27.24 | 25.49 | - |
| YUV | 138.4 | 125.52 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 134 | 0 | 0.64 | 0.44 | 0.05 | 341.69 | 0.85 | 0.64 |
| Hex | F1 | 57 | 86 | 0 | 40 | 2C | 5 | 156 | 55 | 40 |
| Octal | 361 | 127 | 206 | 0 | 100 | 54 | 5 | 526 | 125 | 100 |
| Binary | 11110001 | 1010111 | 10000110 | 0 | 1000000 | 101100 | 101 | 101010110 | 1010101 | 1000000 |
Color Harmonies of #F15786
Complementary color
Monochromatic Colors of #F15786
Black with #F15786
Text Example
Text Example
White with #F15786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15786; }
p { color: rgb(241,87,134); }
H1.HeaderClassName
{
color: #F15786;
}
.AnyTagClassName
{
color: #F15786;
}
</style>
background-color css
<style>
a { background-color: #F15786; }
a { background-color: rgb(241,87,134); }
div.DivClassName
{
background-color: #F15786;
}
.BgClassName
{
background-color: #F15786;
}
</style>
border-color css
<style>
span { border-color: #F15786; }
span { border-color: rgb(241,87,134); }
td.TdClassName
{
border-color: #F15786;
}
.TagClassName
{
border-color: #F15786;
}
</style>