Shades of Dark Pink #F25788
Tints of Dark Pink #F25788
RGB
CMYK
RGB Variations
Color information
#F25788 (or 0xF25788) is known color: Dark Pink. HEX triplet: F2, 57 and 88. RGB value is (242,87,136). Sum of RGB (Red+Green+Blue) = 242+87+136=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F25788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25788 is #0DA877. Grayscale: #8A8A8A. Windows color (decimal): -895096 or 8935410. OLE color: 8935410.
HSL color Cylindrical-coordinate representation of color #F25788: hue angle of 341.03º 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 #F25788 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 87 | 136 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.05 |
| HSL | 341.03º | 0.86% | 0.65% | - |
| HSV(B) | 341.03º | 0.64% | 0.95% | - |
| XYZ | 44.47 | 27.47 | 26.25 | - |
| YUV | 138.93 | 126.35 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 87 | 136 | 0 | 0.64 | 0.44 | 0.05 | 341.03 | 0.86 | 0.65 |
| Hex | F2 | 57 | 88 | 0 | 40 | 2C | 5 | 155 | 56 | 41 |
| Octal | 362 | 127 | 210 | 0 | 100 | 54 | 5 | 525 | 126 | 101 |
| Binary | 11110010 | 1010111 | 10001000 | 0 | 1000000 | 101100 | 101 | 101010101 | 1010110 | 1000001 |
Color Harmonies of #F25788
Complementary color
Monochromatic Colors of #F25788
Black with #F25788
Text Example
Text Example
White with #F25788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25788; }
p { color: rgb(242,87,136); }
H1.HeaderClassName
{
color: #F25788;
}
.AnyTagClassName
{
color: #F25788;
}
</style>
background-color css
<style>
a { background-color: #F25788; }
a { background-color: rgb(242,87,136); }
div.DivClassName
{
background-color: #F25788;
}
.BgClassName
{
background-color: #F25788;
}
</style>
border-color css
<style>
span { border-color: #F25788; }
span { border-color: rgb(242,87,136); }
td.TdClassName
{
border-color: #F25788;
}
.TagClassName
{
border-color: #F25788;
}
</style>