Shades of Dark Pink #F25884
Tints of Dark Pink #F25884
RGB
CMYK
RGB Variations
Color information
#F25884 (or 0xF25884) is known color: Dark Pink. HEX triplet: F2, 58 and 84. RGB value is (242,88,132). Sum of RGB (Red+Green+Blue) = 242+88+132=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F25884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25884 is #0DA77B. Grayscale: #8B8B8B. Windows color (decimal): -894844 or 8673522. OLE color: 8673522.
HSL color Cylindrical-coordinate representation of color #F25884: hue angle of 342.86º 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 #F25884 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 88 | 132 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.05 |
| HSL | 342.86º | 0.86% | 0.65% | - |
| HSV(B) | 342.86º | 0.64% | 0.95% | - |
| XYZ | 44.27 | 27.52 | 24.81 | - |
| YUV | 139.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 88 | 132 | 0 | 0.64 | 0.45 | 0.05 | 342.86 | 0.86 | 0.65 |
| Hex | F2 | 58 | 84 | 0 | 40 | 2D | 5 | 157 | 56 | 41 |
| Octal | 362 | 130 | 204 | 0 | 100 | 55 | 5 | 527 | 126 | 101 |
| Binary | 11110010 | 1011000 | 10000100 | 0 | 1000000 | 101101 | 101 | 101010111 | 1010110 | 1000001 |
Color Harmonies of #F25884
Complementary color
Monochromatic Colors of #F25884
Black with #F25884
Text Example
Text Example
White with #F25884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25884; }
p { color: rgb(242,88,132); }
H1.HeaderClassName
{
color: #F25884;
}
.AnyTagClassName
{
color: #F25884;
}
</style>
background-color css
<style>
a { background-color: #F25884; }
a { background-color: rgb(242,88,132); }
div.DivClassName
{
background-color: #F25884;
}
.BgClassName
{
background-color: #F25884;
}
</style>
border-color css
<style>
span { border-color: #F25884; }
span { border-color: rgb(242,88,132); }
td.TdClassName
{
border-color: #F25884;
}
.TagClassName
{
border-color: #F25884;
}
</style>