Shades of Dark Pink #F25682
Tints of Dark Pink #F25682
RGB
CMYK
RGB Variations
Color information
#F25682 (or 0xF25682) is known color: Dark Pink. HEX triplet: F2, 56 and 82. RGB value is (242,86,130). Sum of RGB (Red+Green+Blue) = 242+86+130=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 86 (33.98% from 255 or 18.78% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F25682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25682 is #0DA97D. Grayscale: #898989. Windows color (decimal): -895358 or 8541938. OLE color: 8541938.
HSL color Cylindrical-coordinate representation of color #F25682: hue angle of 343.08º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F25682 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 130 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.05 |
| HSL | 343.08º | 0.86% | 0.64% | - |
| HSV(B) | 343.08º | 0.64% | 0.95% | - |
| XYZ | 43.98 | 27.14 | 24.04 | - |
| YUV | 137.66 | 123.68 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 130 | 0 | 0.64 | 0.46 | 0.05 | 343.08 | 0.86 | 0.64 |
| Hex | F2 | 56 | 82 | 0 | 40 | 2E | 5 | 157 | 56 | 40 |
| Octal | 362 | 126 | 202 | 0 | 100 | 56 | 5 | 527 | 126 | 100 |
| Binary | 11110010 | 1010110 | 10000010 | 0 | 1000000 | 101110 | 101 | 101010111 | 1010110 | 1000000 |
Color Harmonies of #F25682
Complementary color
Monochromatic Colors of #F25682
Black with #F25682
Text Example
Text Example
White with #F25682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25682; }
p { color: rgb(242,86,130); }
H1.HeaderClassName
{
color: #F25682;
}
.AnyTagClassName
{
color: #F25682;
}
</style>
background-color css
<style>
a { background-color: #F25682; }
a { background-color: rgb(242,86,130); }
div.DivClassName
{
background-color: #F25682;
}
.BgClassName
{
background-color: #F25682;
}
</style>
border-color css
<style>
span { border-color: #F25682; }
span { border-color: rgb(242,86,130); }
td.TdClassName
{
border-color: #F25682;
}
.TagClassName
{
border-color: #F25682;
}
</style>