Shades of Dark Pink #F25382
Tints of Dark Pink #F25382
RGB
CMYK
RGB Variations
Color information
#F25382 (or 0xF25382) is known color: Dark Pink. HEX triplet: F2, 53 and 82. RGB value is (242,83,130). Sum of RGB (Red+Green+Blue) = 242+83+130=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F25382 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25382 is #0DAC7D. Grayscale: #878787. Windows color (decimal): -896126 or 8541170. OLE color: 8541170.
HSL color Cylindrical-coordinate representation of color #F25382: hue angle of 342.26º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25382 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 83 | 130 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.05 |
| HSL | 342.26º | 0.86% | 0.64% | - |
| HSV(B) | 342.26º | 0.66% | 0.95% | - |
| XYZ | 43.74 | 26.68 | 23.96 | - |
| YUV | 135.9 | 124.68 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 83 | 130 | 0 | 0.66 | 0.46 | 0.05 | 342.26 | 0.86 | 0.64 |
| Hex | F2 | 53 | 82 | 0 | 42 | 2E | 5 | 156 | 56 | 40 |
| Octal | 362 | 123 | 202 | 0 | 102 | 56 | 5 | 526 | 126 | 100 |
| Binary | 11110010 | 1010011 | 10000010 | 0 | 1000010 | 101110 | 101 | 101010110 | 1010110 | 1000000 |
Color Harmonies of #F25382
Complementary color
Monochromatic Colors of #F25382
Black with #F25382
Text Example
Text Example
White with #F25382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25382; }
p { color: rgb(242,83,130); }
H1.HeaderClassName
{
color: #F25382;
}
.AnyTagClassName
{
color: #F25382;
}
</style>
background-color css
<style>
a { background-color: #F25382; }
a { background-color: rgb(242,83,130); }
div.DivClassName
{
background-color: #F25382;
}
.BgClassName
{
background-color: #F25382;
}
</style>
border-color css
<style>
span { border-color: #F25382; }
span { border-color: rgb(242,83,130); }
td.TdClassName
{
border-color: #F25382;
}
.TagClassName
{
border-color: #F25382;
}
</style>