Shades of Dark Pink #F25585
Tints of Dark Pink #F25585
RGB
CMYK
RGB Variations
Color information
#F25585 (or 0xF25585) is known color: Dark Pink. HEX triplet: F2, 55 and 85. RGB value is (242,85,133). Sum of RGB (Red+Green+Blue) = 242+85+133=460 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.61% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 242 - color contains mainly: red. Hex color #F25585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25585 is #0DAA7A. Grayscale: #898989. Windows color (decimal): -895611 or 8738290. OLE color: 8738290.
HSL color Cylindrical-coordinate representation of color #F25585: hue angle of 341.66º 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 #F25585 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 133 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.05 |
| HSL | 341.66º | 0.86% | 0.64% | - |
| HSV(B) | 341.66º | 0.65% | 0.95% | - |
| XYZ | 44.1 | 27.07 | 25.09 | - |
| YUV | 137.42 | 125.51 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 133 | 0 | 0.65 | 0.45 | 0.05 | 341.66 | 0.86 | 0.64 |
| Hex | F2 | 55 | 85 | 0 | 41 | 2D | 5 | 156 | 56 | 40 |
| Octal | 362 | 125 | 205 | 0 | 101 | 55 | 5 | 526 | 126 | 100 |
| Binary | 11110010 | 1010101 | 10000101 | 0 | 1000001 | 101101 | 101 | 101010110 | 1010110 | 1000000 |
Color Harmonies of #F25585
Complementary color
Monochromatic Colors of #F25585
Black with #F25585
Text Example
Text Example
White with #F25585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25585; }
p { color: rgb(242,85,133); }
H1.HeaderClassName
{
color: #F25585;
}
.AnyTagClassName
{
color: #F25585;
}
</style>
background-color css
<style>
a { background-color: #F25585; }
a { background-color: rgb(242,85,133); }
div.DivClassName
{
background-color: #F25585;
}
.BgClassName
{
background-color: #F25585;
}
</style>
border-color css
<style>
span { border-color: #F25585; }
span { border-color: rgb(242,85,133); }
td.TdClassName
{
border-color: #F25585;
}
.TagClassName
{
border-color: #F25585;
}
</style>