Shades of Dark Pink #F1587D
Tints of Dark Pink #F1587D
RGB
CMYK
RGB Variations
Color information
#F1587D (or 0xF1587D) is known color: Dark Pink. HEX triplet: F1, 58 and 7D. RGB value is (241,88,125). Sum of RGB (Red+Green+Blue) = 241+88+125=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1587D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1587D is #0EA782. Grayscale: #898989. Windows color (decimal): -960387 or 8214769. OLE color: 8214769.
HSL color Cylindrical-coordinate representation of color #F1587D: hue angle of 345.49º 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 #F1587D is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 88 | 125 | - |
| CMYK | 0 | 0.63 | 0.48 | 0.05 |
| HSL | 345.49º | 0.85% | 0.65% | - |
| HSV(B) | 345.49º | 0.63% | 0.95% | - |
| XYZ | 43.47 | 27.16 | 22.35 | - |
| YUV | 137.97 | 120.69 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 88 | 125 | 0 | 0.63 | 0.48 | 0.05 | 345.49 | 0.85 | 0.65 |
| Hex | F1 | 58 | 7D | 0 | 3F | 30 | 5 | 159 | 55 | 41 |
| Octal | 361 | 130 | 175 | 0 | 77 | 60 | 5 | 531 | 125 | 101 |
| Binary | 11110001 | 1011000 | 1111101 | 0 | 111111 | 110000 | 101 | 101011001 | 1010101 | 1000001 |
Color Harmonies of #F1587D
Complementary color
Monochromatic Colors of #F1587D
Black with #F1587D
Text Example
Text Example
White with #F1587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1587D; }
p { color: rgb(241,88,125); }
H1.HeaderClassName
{
color: #F1587D;
}
.AnyTagClassName
{
color: #F1587D;
}
</style>
background-color css
<style>
a { background-color: #F1587D; }
a { background-color: rgb(241,88,125); }
div.DivClassName
{
background-color: #F1587D;
}
.BgClassName
{
background-color: #F1587D;
}
</style>
border-color css
<style>
span { border-color: #F1587D; }
span { border-color: rgb(241,88,125); }
td.TdClassName
{
border-color: #F1587D;
}
.TagClassName
{
border-color: #F1587D;
}
</style>