Shades of Dark Pink #F25C8D
Tints of Dark Pink #F25C8D
RGB
CMYK
RGB Variations
Color information
#F25C8D (or 0xF25C8D) is known color: Dark Pink. HEX triplet: F2, 5C and 8D. RGB value is (242,92,141). Sum of RGB (Red+Green+Blue) = 242+92+141=475 (62% of max value = 765). Red value is 242 (94.92% from 255 or 50.95% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 242 - color contains mainly: red. Hex color #F25C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25C8D is #0DA372. Grayscale: #8E8E8E. Windows color (decimal): -893811 or 9264370. OLE color: 9264370.
HSL color Cylindrical-coordinate representation of color #F25C8D: hue angle of 340.4º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F25C8D is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 92 | 141 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.05 |
| HSL | 340.4º | 0.85% | 0.65% | - |
| HSV(B) | 340.4º | 0.62% | 0.95% | - |
| XYZ | 45.25 | 28.45 | 28.31 | - |
| YUV | 142.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 92 | 141 | 0 | 0.62 | 0.42 | 0.05 | 340.4 | 0.85 | 0.65 |
| Hex | F2 | 5C | 8D | 0 | 3E | 2A | 5 | 154 | 55 | 41 |
| Octal | 362 | 134 | 215 | 0 | 76 | 52 | 5 | 524 | 125 | 101 |
| Binary | 11110010 | 1011100 | 10001101 | 0 | 111110 | 101010 | 101 | 101010100 | 1010101 | 1000001 |
Color Harmonies of #F25C8D
Complementary color
Monochromatic Colors of #F25C8D
Black with #F25C8D
Text Example
Text Example
White with #F25C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25C8D; }
p { color: rgb(242,92,141); }
H1.HeaderClassName
{
color: #F25C8D;
}
.AnyTagClassName
{
color: #F25C8D;
}
</style>
background-color css
<style>
a { background-color: #F25C8D; }
a { background-color: rgb(242,92,141); }
div.DivClassName
{
background-color: #F25C8D;
}
.BgClassName
{
background-color: #F25C8D;
}
</style>
border-color css
<style>
span { border-color: #F25C8D; }
span { border-color: rgb(242,92,141); }
td.TdClassName
{
border-color: #F25C8D;
}
.TagClassName
{
border-color: #F25C8D;
}
</style>