Shades of Dark Pink #F15686
Tints of Dark Pink #F15686
RGB
CMYK
RGB Variations
Color information
#F15686 (or 0xF15686) is known color: Dark Pink. HEX triplet: F1, 56 and 86. RGB value is (241,86,134). Sum of RGB (Red+Green+Blue) = 241+86+134=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 86 (33.98% from 255 or 18.66% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F15686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15686 is #0EA979. Grayscale: #898989. Windows color (decimal): -960890 or 8804081. OLE color: 8804081.
HSL color Cylindrical-coordinate representation of color #F15686: hue angle of 341.42º 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 #F15686 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 86 | 134 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.05 |
| HSL | 341.42º | 0.85% | 0.64% | - |
| HSV(B) | 341.42º | 0.64% | 0.95% | - |
| XYZ | 43.91 | 27.08 | 25.47 | - |
| YUV | 137.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 86 | 134 | 0 | 0.64 | 0.44 | 0.05 | 341.42 | 0.85 | 0.64 |
| Hex | F1 | 56 | 86 | 0 | 40 | 2C | 5 | 155 | 55 | 40 |
| Octal | 361 | 126 | 206 | 0 | 100 | 54 | 5 | 525 | 125 | 100 |
| Binary | 11110001 | 1010110 | 10000110 | 0 | 1000000 | 101100 | 101 | 101010101 | 1010101 | 1000000 |
Color Harmonies of #F15686
Complementary color
Monochromatic Colors of #F15686
Black with #F15686
Text Example
Text Example
White with #F15686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15686; }
p { color: rgb(241,86,134); }
H1.HeaderClassName
{
color: #F15686;
}
.AnyTagClassName
{
color: #F15686;
}
</style>
background-color css
<style>
a { background-color: #F15686; }
a { background-color: rgb(241,86,134); }
div.DivClassName
{
background-color: #F15686;
}
.BgClassName
{
background-color: #F15686;
}
</style>
border-color css
<style>
span { border-color: #F15686; }
span { border-color: rgb(241,86,134); }
td.TdClassName
{
border-color: #F15686;
}
.TagClassName
{
border-color: #F15686;
}
</style>