Shades of Dark Pink #F25881
Tints of Dark Pink #F25881
RGB
CMYK
RGB Variations
Color information
#F25881 (or 0xF25881) is known color: Dark Pink. HEX triplet: F2, 58 and 81. RGB value is (242,88,129). Sum of RGB (Red+Green+Blue) = 242+88+129=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 88 (34.77% from 255 or 19.17% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F25881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25881 is #0DA77E. Grayscale: #8A8A8A. Windows color (decimal): -894847 or 8476914. OLE color: 8476914.
HSL color Cylindrical-coordinate representation of color #F25881: hue angle of 344.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 #F25881 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 129 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.05 |
| HSL | 344.03º | 0.86% | 0.65% | - |
| HSV(B) | 344.03º | 0.64% | 0.95% | - |
| XYZ | 44.07 | 27.44 | 23.74 | - |
| YUV | 138.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 129 | 0 | 0.64 | 0.47 | 0.05 | 344.03 | 0.86 | 0.65 |
| Hex | F2 | 58 | 81 | 0 | 40 | 2F | 5 | 158 | 56 | 41 |
| Octal | 362 | 130 | 201 | 0 | 100 | 57 | 5 | 530 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10000001 | 0 | 1000000 | 101111 | 101 | 101011000 | 1010110 | 1000001 |
Color Harmonies of #F25881
Complementary color
Monochromatic Colors of #F25881
Black with #F25881
Text Example
Text Example
White with #F25881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25881; }
p { color: rgb(242,88,129); }
H1.HeaderClassName
{
color: #F25881;
}
.AnyTagClassName
{
color: #F25881;
}
</style>
background-color css
<style>
a { background-color: #F25881; }
a { background-color: rgb(242,88,129); }
div.DivClassName
{
background-color: #F25881;
}
.BgClassName
{
background-color: #F25881;
}
</style>
border-color css
<style>
span { border-color: #F25881; }
span { border-color: rgb(242,88,129); }
td.TdClassName
{
border-color: #F25881;
}
.TagClassName
{
border-color: #F25881;
}
</style>