Shades of Dark Pink #F25583
Tints of Dark Pink #F25583
RGB
CMYK
RGB Variations
Color information
#F25583 (or 0xF25583) is known color: Dark Pink. HEX triplet: F2, 55 and 83. RGB value is (242,85,131). Sum of RGB (Red+Green+Blue) = 242+85+131=458 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.84% from 458); Green value is 85 (33.59% from 255 or 18.56% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 242 - color contains mainly: red. Hex color #F25583 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25583 is #0DAA7C. Grayscale: #898989. Windows color (decimal): -895613 or 8607218. OLE color: 8607218.
HSL color Cylindrical-coordinate representation of color #F25583: hue angle of 342.42º 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 #F25583 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 131 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.05 |
| HSL | 342.42º | 0.86% | 0.64% | - |
| HSV(B) | 342.42º | 0.65% | 0.95% | - |
| XYZ | 43.96 | 27.01 | 24.37 | - |
| YUV | 137.19 | 124.51 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 131 | 0 | 0.65 | 0.46 | 0.05 | 342.42 | 0.86 | 0.64 |
| Hex | F2 | 55 | 83 | 0 | 41 | 2E | 5 | 156 | 56 | 40 |
| Octal | 362 | 125 | 203 | 0 | 101 | 56 | 5 | 526 | 126 | 100 |
| Binary | 11110010 | 1010101 | 10000011 | 0 | 1000001 | 101110 | 101 | 101010110 | 1010110 | 1000000 |
Color Harmonies of #F25583
Complementary color
Monochromatic Colors of #F25583
Black with #F25583
Text Example
Text Example
White with #F25583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25583; }
p { color: rgb(242,85,131); }
H1.HeaderClassName
{
color: #F25583;
}
.AnyTagClassName
{
color: #F25583;
}
</style>
background-color css
<style>
a { background-color: #F25583; }
a { background-color: rgb(242,85,131); }
div.DivClassName
{
background-color: #F25583;
}
.BgClassName
{
background-color: #F25583;
}
</style>
border-color css
<style>
span { border-color: #F25583; }
span { border-color: rgb(242,85,131); }
td.TdClassName
{
border-color: #F25583;
}
.TagClassName
{
border-color: #F25583;
}
</style>