Shades of Dark Pink #F25888
Tints of Dark Pink #F25888
RGB
CMYK
RGB Variations
Color information
#F25888 (or 0xF25888) is known color: Dark Pink. HEX triplet: F2, 58 and 88. RGB value is (242,88,136). Sum of RGB (Red+Green+Blue) = 242+88+136=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F25888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25888 is #0DA777. Grayscale: #8B8B8B. Windows color (decimal): -894840 or 8935666. OLE color: 8935666.
HSL color Cylindrical-coordinate representation of color #F25888: hue angle of 341.3º 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 #F25888 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 136 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.05 |
| HSL | 341.3º | 0.86% | 0.65% | - |
| HSV(B) | 341.3º | 0.64% | 0.95% | - |
| XYZ | 44.55 | 27.63 | 26.28 | - |
| YUV | 139.52 | 126.02 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 136 | 0 | 0.64 | 0.44 | 0.05 | 341.3 | 0.86 | 0.65 |
| Hex | F2 | 58 | 88 | 0 | 40 | 2C | 5 | 155 | 56 | 41 |
| Octal | 362 | 130 | 210 | 0 | 100 | 54 | 5 | 525 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10001000 | 0 | 1000000 | 101100 | 101 | 101010101 | 1010110 | 1000001 |
Color Harmonies of #F25888
Complementary color
Monochromatic Colors of #F25888
Black with #F25888
Text Example
Text Example
White with #F25888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25888; }
p { color: rgb(242,88,136); }
H1.HeaderClassName
{
color: #F25888;
}
.AnyTagClassName
{
color: #F25888;
}
</style>
background-color css
<style>
a { background-color: #F25888; }
a { background-color: rgb(242,88,136); }
div.DivClassName
{
background-color: #F25888;
}
.BgClassName
{
background-color: #F25888;
}
</style>
border-color css
<style>
span { border-color: #F25888; }
span { border-color: rgb(242,88,136); }
td.TdClassName
{
border-color: #F25888;
}
.TagClassName
{
border-color: #F25888;
}
</style>