Shades of Dark Pink #F25582
Tints of Dark Pink #F25582
RGB
CMYK
RGB Variations
Color information
#F25582 (or 0xF25582) is known color: Dark Pink. HEX triplet: F2, 55 and 82. RGB value is (242,85,130). Sum of RGB (Red+Green+Blue) = 242+85+130=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F25582 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25582 is #0DAA7D. Grayscale: #898989. Windows color (decimal): -895614 or 8541682. OLE color: 8541682.
HSL color Cylindrical-coordinate representation of color #F25582: hue angle of 342.8º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F25582 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 130 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.05 |
| HSL | 342.8º | 0.86% | 0.64% | - |
| HSV(B) | 342.8º | 0.65% | 0.95% | - |
| XYZ | 43.9 | 26.99 | 24.01 | - |
| YUV | 137.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 130 | 0 | 0.65 | 0.46 | 0.05 | 342.8 | 0.86 | 0.64 |
| Hex | F2 | 55 | 82 | 0 | 41 | 2E | 5 | 157 | 56 | 40 |
| Octal | 362 | 125 | 202 | 0 | 101 | 56 | 5 | 527 | 126 | 100 |
| Binary | 11110010 | 1010101 | 10000010 | 0 | 1000001 | 101110 | 101 | 101010111 | 1010110 | 1000000 |
Color Harmonies of #F25582
Complementary color
Monochromatic Colors of #F25582
Black with #F25582
Text Example
Text Example
White with #F25582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25582; }
p { color: rgb(242,85,130); }
H1.HeaderClassName
{
color: #F25582;
}
.AnyTagClassName
{
color: #F25582;
}
</style>
background-color css
<style>
a { background-color: #F25582; }
a { background-color: rgb(242,85,130); }
div.DivClassName
{
background-color: #F25582;
}
.BgClassName
{
background-color: #F25582;
}
</style>
border-color css
<style>
span { border-color: #F25582; }
span { border-color: rgb(242,85,130); }
td.TdClassName
{
border-color: #F25582;
}
.TagClassName
{
border-color: #F25582;
}
</style>