Shades of Dark Pink #F25580
Tints of Dark Pink #F25580
RGB
CMYK
RGB Variations
Color information
#F25580 (or 0xF25580) is known color: Dark Pink. HEX triplet: F2, 55 and 80. RGB value is (242,85,128). Sum of RGB (Red+Green+Blue) = 242+85+128=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F25580 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F25580 is #0DAA7F. Grayscale: #888888. Windows color (decimal): -895616 or 8410610. OLE color: 8410610.
HSL color Cylindrical-coordinate representation of color #F25580: hue angle of 343.57º 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 #F25580 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 128 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.05 |
| HSL | 343.57º | 0.86% | 0.64% | - |
| HSV(B) | 343.57º | 0.65% | 0.95% | - |
| XYZ | 43.76 | 26.93 | 23.31 | - |
| YUV | 136.85 | 123.01 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 128 | 0 | 0.65 | 0.47 | 0.05 | 343.57 | 0.86 | 0.64 |
| Hex | F2 | 55 | 80 | 0 | 41 | 2F | 5 | 158 | 56 | 40 |
| Octal | 362 | 125 | 200 | 0 | 101 | 57 | 5 | 530 | 126 | 100 |
| Binary | 11110010 | 1010101 | 10000000 | 0 | 1000001 | 101111 | 101 | 101011000 | 1010110 | 1000000 |
Color Harmonies of #F25580
Complementary color
Monochromatic Colors of #F25580
Black with #F25580
Text Example
Text Example
White with #F25580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25580; }
p { color: rgb(242,85,128); }
H1.HeaderClassName
{
color: #F25580;
}
.AnyTagClassName
{
color: #F25580;
}
</style>
background-color css
<style>
a { background-color: #F25580; }
a { background-color: rgb(242,85,128); }
div.DivClassName
{
background-color: #F25580;
}
.BgClassName
{
background-color: #F25580;
}
</style>
border-color css
<style>
span { border-color: #F25580; }
span { border-color: rgb(242,85,128); }
td.TdClassName
{
border-color: #F25580;
}
.TagClassName
{
border-color: #F25580;
}
</style>