Shades of Dark Pink #F25581
Tints of Dark Pink #F25581
RGB
CMYK
RGB Variations
Color information
#F25581 (or 0xF25581) is known color: Dark Pink. HEX triplet: F2, 55 and 81. RGB value is (242,85,129). Sum of RGB (Red+Green+Blue) = 242+85+129=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 129 (50.78% from 255 or 28.29% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F25581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25581 is #0DAA7E. Grayscale: #888888. Windows color (decimal): -895615 or 8476146. OLE color: 8476146.
HSL color Cylindrical-coordinate representation of color #F25581: hue angle of 343.18º 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 #F25581 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 129 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.05 |
| HSL | 343.18º | 0.86% | 0.64% | - |
| HSV(B) | 343.18º | 0.65% | 0.95% | - |
| XYZ | 43.83 | 26.96 | 23.66 | - |
| YUV | 136.96 | 123.51 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 129 | 0 | 0.65 | 0.47 | 0.05 | 343.18 | 0.86 | 0.64 |
| Hex | F2 | 55 | 81 | 0 | 41 | 2F | 5 | 157 | 56 | 40 |
| Octal | 362 | 125 | 201 | 0 | 101 | 57 | 5 | 527 | 126 | 100 |
| Binary | 11110010 | 1010101 | 10000001 | 0 | 1000001 | 101111 | 101 | 101010111 | 1010110 | 1000000 |
Color Harmonies of #F25581
Complementary color
Monochromatic Colors of #F25581
Black with #F25581
Text Example
Text Example
White with #F25581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25581; }
p { color: rgb(242,85,129); }
H1.HeaderClassName
{
color: #F25581;
}
.AnyTagClassName
{
color: #F25581;
}
</style>
background-color css
<style>
a { background-color: #F25581; }
a { background-color: rgb(242,85,129); }
div.DivClassName
{
background-color: #F25581;
}
.BgClassName
{
background-color: #F25581;
}
</style>
border-color css
<style>
span { border-color: #F25581; }
span { border-color: rgb(242,85,129); }
td.TdClassName
{
border-color: #F25581;
}
.TagClassName
{
border-color: #F25581;
}
</style>