Shades of Dark Pink #F25485
Tints of Dark Pink #F25485
RGB
CMYK
RGB Variations
Color information
#F25485 (or 0xF25485) is known color: Dark Pink. HEX triplet: F2, 54 and 85. RGB value is (242,84,133). Sum of RGB (Red+Green+Blue) = 242+84+133=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F25485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25485 is #0DAB7A. Grayscale: #888888. Windows color (decimal): -895867 or 8738034. OLE color: 8738034.
HSL color Cylindrical-coordinate representation of color #F25485: hue angle of 341.39º 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 #F25485 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 84 | 133 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.05 |
| HSL | 341.39º | 0.86% | 0.64% | - |
| HSV(B) | 341.39º | 0.65% | 0.95% | - |
| XYZ | 44.02 | 26.91 | 25.06 | - |
| YUV | 136.83 | 125.85 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 84 | 133 | 0 | 0.65 | 0.45 | 0.05 | 341.39 | 0.86 | 0.64 |
| Hex | F2 | 54 | 85 | 0 | 41 | 2D | 5 | 155 | 56 | 40 |
| Octal | 362 | 124 | 205 | 0 | 101 | 55 | 5 | 525 | 126 | 100 |
| Binary | 11110010 | 1010100 | 10000101 | 0 | 1000001 | 101101 | 101 | 101010101 | 1010110 | 1000000 |
Color Harmonies of #F25485
Complementary color
Monochromatic Colors of #F25485
Black with #F25485
Text Example
Text Example
White with #F25485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25485; }
p { color: rgb(242,84,133); }
H1.HeaderClassName
{
color: #F25485;
}
.AnyTagClassName
{
color: #F25485;
}
</style>
background-color css
<style>
a { background-color: #F25485; }
a { background-color: rgb(242,84,133); }
div.DivClassName
{
background-color: #F25485;
}
.BgClassName
{
background-color: #F25485;
}
</style>
border-color css
<style>
span { border-color: #F25485; }
span { border-color: rgb(242,84,133); }
td.TdClassName
{
border-color: #F25485;
}
.TagClassName
{
border-color: #F25485;
}
</style>