Shades of Dark Pink #F25887
Tints of Dark Pink #F25887
RGB
CMYK
RGB Variations
Color information
#F25887 (or 0xF25887) is known color: Dark Pink. HEX triplet: F2, 58 and 87. RGB value is (242,88,135). Sum of RGB (Red+Green+Blue) = 242+88+135=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F25887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25887 is #0DA778. Grayscale: #8B8B8B. Windows color (decimal): -894841 or 8870130. OLE color: 8870130.
HSL color Cylindrical-coordinate representation of color #F25887: hue angle of 341.69º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25887 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 135 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.05 |
| HSL | 341.69º | 0.86% | 0.65% | - |
| HSV(B) | 341.69º | 0.64% | 0.95% | - |
| XYZ | 44.48 | 27.61 | 25.91 | - |
| YUV | 139.4 | 125.52 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 135 | 0 | 0.64 | 0.44 | 0.05 | 341.69 | 0.86 | 0.65 |
| Hex | F2 | 58 | 87 | 0 | 40 | 2C | 5 | 156 | 56 | 41 |
| Octal | 362 | 130 | 207 | 0 | 100 | 54 | 5 | 526 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10000111 | 0 | 1000000 | 101100 | 101 | 101010110 | 1010110 | 1000001 |
Color Harmonies of #F25887
Complementary color
Monochromatic Colors of #F25887
Black with #F25887
Text Example
Text Example
White with #F25887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25887; }
p { color: rgb(242,88,135); }
H1.HeaderClassName
{
color: #F25887;
}
.AnyTagClassName
{
color: #F25887;
}
</style>
background-color css
<style>
a { background-color: #F25887; }
a { background-color: rgb(242,88,135); }
div.DivClassName
{
background-color: #F25887;
}
.BgClassName
{
background-color: #F25887;
}
</style>
border-color css
<style>
span { border-color: #F25887; }
span { border-color: rgb(242,88,135); }
td.TdClassName
{
border-color: #F25887;
}
.TagClassName
{
border-color: #F25887;
}
</style>