Shades of Dark Pink #F25989
Tints of Dark Pink #F25989
RGB
CMYK
RGB Variations
Color information
#F25989 (or 0xF25989) is known color: Dark Pink. HEX triplet: F2, 59 and 89. RGB value is (242,89,137). Sum of RGB (Red+Green+Blue) = 242+89+137=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F25989 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25989 is #0DA676. Grayscale: #8C8C8C. Windows color (decimal): -894583 or 9001458. OLE color: 9001458.
HSL color Cylindrical-coordinate representation of color #F25989: hue angle of 341.18º 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 #F25989 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 137 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.05 |
| HSL | 341.18º | 0.85% | 0.65% | - |
| HSV(B) | 341.18º | 0.63% | 0.95% | - |
| XYZ | 44.71 | 27.83 | 26.68 | - |
| YUV | 140.22 | 126.19 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 137 | 0 | 0.63 | 0.43 | 0.05 | 341.18 | 0.85 | 0.65 |
| Hex | F2 | 59 | 89 | 0 | 3F | 2B | 5 | 155 | 55 | 41 |
| Octal | 362 | 131 | 211 | 0 | 77 | 53 | 5 | 525 | 125 | 101 |
| Binary | 11110010 | 1011001 | 10001001 | 0 | 111111 | 101011 | 101 | 101010101 | 1010101 | 1000001 |
Color Harmonies of #F25989
Complementary color
Monochromatic Colors of #F25989
Black with #F25989
Text Example
Text Example
White with #F25989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25989; }
p { color: rgb(242,89,137); }
H1.HeaderClassName
{
color: #F25989;
}
.AnyTagClassName
{
color: #F25989;
}
</style>
background-color css
<style>
a { background-color: #F25989; }
a { background-color: rgb(242,89,137); }
div.DivClassName
{
background-color: #F25989;
}
.BgClassName
{
background-color: #F25989;
}
</style>
border-color css
<style>
span { border-color: #F25989; }
span { border-color: rgb(242,89,137); }
td.TdClassName
{
border-color: #F25989;
}
.TagClassName
{
border-color: #F25989;
}
</style>