Shades of Dark Pink #F25482
Tints of Dark Pink #F25482
RGB
CMYK
RGB Variations
Color information
#F25482 (or 0xF25482) is known color: Dark Pink. HEX triplet: F2, 54 and 82. RGB value is (242,84,130). Sum of RGB (Red+Green+Blue) = 242+84+130=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F25482 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25482 is #0DAB7D. Grayscale: #888888. Windows color (decimal): -895870 or 8541426. OLE color: 8541426.
HSL color Cylindrical-coordinate representation of color #F25482: hue angle of 342.53º 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 #F25482 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 130 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.05 |
| HSL | 342.53º | 0.86% | 0.64% | - |
| HSV(B) | 342.53º | 0.65% | 0.95% | - |
| XYZ | 43.82 | 26.83 | 23.99 | - |
| YUV | 136.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 130 | 0 | 0.65 | 0.46 | 0.05 | 342.53 | 0.86 | 0.64 |
| Hex | F2 | 54 | 82 | 0 | 41 | 2E | 5 | 157 | 56 | 40 |
| Octal | 362 | 124 | 202 | 0 | 101 | 56 | 5 | 527 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10000010 | 0 | 1000001 | 101110 | 101 | 101010111 | 1010110 | 1000000 |
Color Harmonies of #F25482
Complementary color
Monochromatic Colors of #F25482
Black with #F25482
Text Example
Text Example
White with #F25482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25482; }
p { color: rgb(242,84,130); }
H1.HeaderClassName
{
color: #F25482;
}
.AnyTagClassName
{
color: #F25482;
}
</style>
background-color css
<style>
a { background-color: #F25482; }
a { background-color: rgb(242,84,130); }
div.DivClassName
{
background-color: #F25482;
}
.BgClassName
{
background-color: #F25482;
}
</style>
border-color css
<style>
span { border-color: #F25482; }
span { border-color: rgb(242,84,130); }
td.TdClassName
{
border-color: #F25482;
}
.TagClassName
{
border-color: #F25482;
}
</style>