Shades of Dark Pink #F25082
Tints of Dark Pink #F25082
RGB
CMYK
RGB Variations
Color information
#F25082 (or 0xF25082) is known color: Dark Pink. HEX triplet: F2, 50 and 82. RGB value is (242,80,130). Sum of RGB (Red+Green+Blue) = 242+80+130=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F25082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25082 is #0DAF7D. Grayscale: #868686. Windows color (decimal): -896894 or 8540402. OLE color: 8540402.
HSL color Cylindrical-coordinate representation of color #F25082: hue angle of 341.48º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F25082 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 80 | 130 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.05 |
| HSL | 341.48º | 0.86% | 0.63% | - |
| HSV(B) | 341.48º | 0.67% | 0.95% | - |
| XYZ | 43.52 | 26.23 | 23.89 | - |
| YUV | 134.14 | 125.67 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 80 | 130 | 0 | 0.67 | 0.46 | 0.05 | 341.48 | 0.86 | 0.63 |
| Hex | F2 | 50 | 82 | 0 | 43 | 2E | 5 | 155 | 56 | 3F |
| Octal | 362 | 120 | 202 | 0 | 103 | 56 | 5 | 525 | 126 | 77 |
| Binary | 11110010 | 1010000 | 10000010 | 0 | 1000011 | 101110 | 101 | 101010101 | 1010110 | 111111 |
Color Harmonies of #F25082
Complementary color
Monochromatic Colors of #F25082
Black with #F25082
Text Example
Text Example
White with #F25082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25082; }
p { color: rgb(242,80,130); }
H1.HeaderClassName
{
color: #F25082;
}
.AnyTagClassName
{
color: #F25082;
}
</style>
background-color css
<style>
a { background-color: #F25082; }
a { background-color: rgb(242,80,130); }
div.DivClassName
{
background-color: #F25082;
}
.BgClassName
{
background-color: #F25082;
}
</style>
border-color css
<style>
span { border-color: #F25082; }
span { border-color: rgb(242,80,130); }
td.TdClassName
{
border-color: #F25082;
}
.TagClassName
{
border-color: #F25082;
}
</style>