Shades of Dark Pink #F15889
Tints of Dark Pink #F15889
RGB
CMYK
RGB Variations
Color information
#F15889 (or 0xF15889) is known color: Dark Pink. HEX triplet: F1, 58 and 89. RGB value is (241,88,137). Sum of RGB (Red+Green+Blue) = 241+88+137=466 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.72% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 241 - color contains mainly: red. Hex color #F15889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F15889 is #0EA776. Grayscale: #8B8B8B. Windows color (decimal): -960375 or 9001201. OLE color: 9001201.
HSL color Cylindrical-coordinate representation of color #F15889: hue angle of 340.78º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F15889 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 137 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.05 |
| HSL | 340.78º | 0.85% | 0.65% | - |
| HSV(B) | 340.78º | 0.63% | 0.95% | - |
| XYZ | 44.28 | 27.49 | 26.64 | - |
| YUV | 139.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 137 | 0 | 0.63 | 0.43 | 0.05 | 340.78 | 0.85 | 0.65 |
| Hex | F1 | 58 | 89 | 0 | 3F | 2B | 5 | 155 | 55 | 41 |
| Octal | 361 | 130 | 211 | 0 | 77 | 53 | 5 | 525 | 125 | 101 |
| Binary | 11110001 | 1011000 | 10001001 | 0 | 111111 | 101011 | 101 | 101010101 | 1010101 | 1000001 |
Color Harmonies of #F15889
Complementary color
Monochromatic Colors of #F15889
Black with #F15889
Text Example
Text Example
White with #F15889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15889; }
p { color: rgb(241,88,137); }
H1.HeaderClassName
{
color: #F15889;
}
.AnyTagClassName
{
color: #F15889;
}
</style>
background-color css
<style>
a { background-color: #F15889; }
a { background-color: rgb(241,88,137); }
div.DivClassName
{
background-color: #F15889;
}
.BgClassName
{
background-color: #F15889;
}
</style>
border-color css
<style>
span { border-color: #F15889; }
span { border-color: rgb(241,88,137); }
td.TdClassName
{
border-color: #F15889;
}
.TagClassName
{
border-color: #F15889;
}
</style>