Shades of Dark Pink #F15586
Tints of Dark Pink #F15586
RGB
CMYK
RGB Variations
Color information
#F15586 (or 0xF15586) is known color: Dark Pink. HEX triplet: F1, 55 and 86. RGB value is (241,85,134). Sum of RGB (Red+Green+Blue) = 241+85+134=460 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.39% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 241 - color contains mainly: red. Hex color #F15586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15586 is #0EAA79. Grayscale: #898989. Windows color (decimal): -961146 or 8803825. OLE color: 8803825.
HSL color Cylindrical-coordinate representation of color #F15586: hue angle of 341.15º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F15586 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 134 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.05 |
| HSL | 341.15º | 0.85% | 0.64% | - |
| HSV(B) | 341.15º | 0.65% | 0.95% | - |
| XYZ | 43.83 | 26.92 | 25.44 | - |
| YUV | 137.23 | 126.18 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 134 | 0 | 0.65 | 0.44 | 0.05 | 341.15 | 0.85 | 0.64 |
| Hex | F1 | 55 | 86 | 0 | 41 | 2C | 5 | 155 | 55 | 40 |
| Octal | 361 | 125 | 206 | 0 | 101 | 54 | 5 | 525 | 125 | 100 |
| Binary | 11110001 | 1010101 | 10000110 | 0 | 1000001 | 101100 | 101 | 101010101 | 1010101 | 1000000 |
Color Harmonies of #F15586
Complementary color
Monochromatic Colors of #F15586
Black with #F15586
Text Example
Text Example
White with #F15586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15586; }
p { color: rgb(241,85,134); }
H1.HeaderClassName
{
color: #F15586;
}
.AnyTagClassName
{
color: #F15586;
}
</style>
background-color css
<style>
a { background-color: #F15586; }
a { background-color: rgb(241,85,134); }
div.DivClassName
{
background-color: #F15586;
}
.BgClassName
{
background-color: #F15586;
}
</style>
border-color css
<style>
span { border-color: #F15586; }
span { border-color: rgb(241,85,134); }
td.TdClassName
{
border-color: #F15586;
}
.TagClassName
{
border-color: #F15586;
}
</style>