Shades of Dark Pink #F15C86
Tints of Dark Pink #F15C86
RGB
CMYK
RGB Variations
Color information
#F15C86 (or 0xF15C86) is known color: Dark Pink. HEX triplet: F1, 5C and 86. RGB value is (241,92,134). Sum of RGB (Red+Green+Blue) = 241+92+134=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15C86 is #0EA379. Grayscale: #8D8D8D. Windows color (decimal): -959354 or 8805617. OLE color: 8805617.
HSL color Cylindrical-coordinate representation of color #F15C86: hue angle of 343.09º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F15C86 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 92 | 134 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.05 |
| HSL | 343.09º | 0.84% | 0.65% | - |
| HSV(B) | 343.09º | 0.62% | 0.95% | - |
| XYZ | 44.41 | 28.08 | 25.63 | - |
| YUV | 141.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 92 | 134 | 0 | 0.62 | 0.44 | 0.05 | 343.09 | 0.84 | 0.65 |
| Hex | F1 | 5C | 86 | 0 | 3E | 2C | 5 | 157 | 54 | 41 |
| Octal | 361 | 134 | 206 | 0 | 76 | 54 | 5 | 527 | 124 | 101 |
| Binary | 11110001 | 1011100 | 10000110 | 0 | 111110 | 101100 | 101 | 101010111 | 1010100 | 1000001 |
Color Harmonies of #F15C86
Complementary color
Monochromatic Colors of #F15C86
Black with #F15C86
Text Example
Text Example
White with #F15C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15C86; }
p { color: rgb(241,92,134); }
H1.HeaderClassName
{
color: #F15C86;
}
.AnyTagClassName
{
color: #F15C86;
}
</style>
background-color css
<style>
a { background-color: #F15C86; }
a { background-color: rgb(241,92,134); }
div.DivClassName
{
background-color: #F15C86;
}
.BgClassName
{
background-color: #F15C86;
}
</style>
border-color css
<style>
span { border-color: #F15C86; }
span { border-color: rgb(241,92,134); }
td.TdClassName
{
border-color: #F15C86;
}
.TagClassName
{
border-color: #F15C86;
}
</style>