Shades of Dark Pink #F25982
Tints of Dark Pink #F25982
RGB
CMYK
RGB Variations
Color information
#F25982 (or 0xF25982) is known color: Dark Pink. HEX triplet: F2, 59 and 82. RGB value is (242,89,130). Sum of RGB (Red+Green+Blue) = 242+89+130=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F25982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25982 is #0DA67D. Grayscale: #8B8B8B. Windows color (decimal): -894590 or 8542706. OLE color: 8542706.
HSL color Cylindrical-coordinate representation of color #F25982: hue angle of 343.92º 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 #F25982 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 89 | 130 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.05 |
| HSL | 343.92º | 0.85% | 0.65% | - |
| HSV(B) | 343.92º | 0.63% | 0.95% | - |
| XYZ | 44.22 | 27.63 | 24.12 | - |
| YUV | 139.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 89 | 130 | 0 | 0.63 | 0.46 | 0.05 | 343.92 | 0.85 | 0.65 |
| Hex | F2 | 59 | 82 | 0 | 3F | 2E | 5 | 158 | 55 | 41 |
| Octal | 362 | 131 | 202 | 0 | 77 | 56 | 5 | 530 | 125 | 101 |
| Binary | 11110010 | 1011001 | 10000010 | 0 | 111111 | 101110 | 101 | 101011000 | 1010101 | 1000001 |
Color Harmonies of #F25982
Complementary color
Monochromatic Colors of #F25982
Black with #F25982
Text Example
Text Example
White with #F25982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25982; }
p { color: rgb(242,89,130); }
H1.HeaderClassName
{
color: #F25982;
}
.AnyTagClassName
{
color: #F25982;
}
</style>
background-color css
<style>
a { background-color: #F25982; }
a { background-color: rgb(242,89,130); }
div.DivClassName
{
background-color: #F25982;
}
.BgClassName
{
background-color: #F25982;
}
</style>
border-color css
<style>
span { border-color: #F25982; }
span { border-color: rgb(242,89,130); }
td.TdClassName
{
border-color: #F25982;
}
.TagClassName
{
border-color: #F25982;
}
</style>