Shades of Dark Pink #F25279
Tints of Dark Pink #F25279
RGB
CMYK
RGB Variations
Color information
#F25279 (or 0xF25279) is known color: Dark Pink. HEX triplet: F2, 52 and 79. RGB value is (242,82,121). Sum of RGB (Red+Green+Blue) = 242+82+121=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F25279 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F25279 is #0DAD86. Grayscale: #868686. Windows color (decimal): -896391 or 7951090. OLE color: 7951090.
HSL color Cylindrical-coordinate representation of color #F25279: hue angle of 345.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F25279 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 82 | 121 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.05 |
| HSL | 345.38º | 0.86% | 0.64% | - |
| HSV(B) | 345.38º | 0.66% | 0.95% | - |
| XYZ | 43.09 | 26.29 | 20.89 | - |
| YUV | 134.29 | 120.51 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 82 | 121 | 0 | 0.66 | 0.50 | 0.05 | 345.38 | 0.86 | 0.64 |
| Hex | F2 | 52 | 79 | 0 | 42 | 32 | 5 | 159 | 56 | 40 |
| Octal | 362 | 122 | 171 | 0 | 102 | 62 | 5 | 531 | 126 | 100 |
| Binary | 11110010 | 1010010 | 1111001 | 0 | 1000010 | 110010 | 101 | 101011001 | 1010110 | 1000000 |
Color Harmonies of #F25279
Complementary color
Monochromatic Colors of #F25279
Black with #F25279
Text Example
Text Example
White with #F25279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25279; }
p { color: rgb(242,82,121); }
H1.HeaderClassName
{
color: #F25279;
}
.AnyTagClassName
{
color: #F25279;
}
</style>
background-color css
<style>
a { background-color: #F25279; }
a { background-color: rgb(242,82,121); }
div.DivClassName
{
background-color: #F25279;
}
.BgClassName
{
background-color: #F25279;
}
</style>
border-color css
<style>
span { border-color: #F25279; }
span { border-color: rgb(242,82,121); }
td.TdClassName
{
border-color: #F25279;
}
.TagClassName
{
border-color: #F25279;
}
</style>