Shades of Dark Pink #F2557C
Tints of Dark Pink #F2557C
RGB
CMYK
RGB Variations
Color information
#F2557C (or 0xF2557C) is known color: Dark Pink. HEX triplet: F2, 55 and 7C. RGB value is (242,85,124). Sum of RGB (Red+Green+Blue) = 242+85+124=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2557C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2557C is #0DAA83. Grayscale: #888888. Windows color (decimal): -895620 or 8148466. OLE color: 8148466.
HSL color Cylindrical-coordinate representation of color #F2557C: hue angle of 345.1º 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 #F2557C is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 124 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.05 |
| HSL | 345.1º | 0.86% | 0.64% | - |
| HSV(B) | 345.1º | 0.65% | 0.95% | - |
| XYZ | 43.5 | 26.83 | 21.95 | - |
| YUV | 136.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 124 | 0 | 0.65 | 0.49 | 0.05 | 345.1 | 0.86 | 0.64 |
| Hex | F2 | 55 | 7C | 0 | 41 | 31 | 5 | 159 | 56 | 40 |
| Octal | 362 | 125 | 174 | 0 | 101 | 61 | 5 | 531 | 126 | 100 |
| Binary | 11110010 | 1010101 | 1111100 | 0 | 1000001 | 110001 | 101 | 101011001 | 1010110 | 1000000 |
Color Harmonies of #F2557C
Complementary color
Monochromatic Colors of #F2557C
Black with #F2557C
Text Example
Text Example
White with #F2557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2557C; }
p { color: rgb(242,85,124); }
H1.HeaderClassName
{
color: #F2557C;
}
.AnyTagClassName
{
color: #F2557C;
}
</style>
background-color css
<style>
a { background-color: #F2557C; }
a { background-color: rgb(242,85,124); }
div.DivClassName
{
background-color: #F2557C;
}
.BgClassName
{
background-color: #F2557C;
}
</style>
border-color css
<style>
span { border-color: #F2557C; }
span { border-color: rgb(242,85,124); }
td.TdClassName
{
border-color: #F2557C;
}
.TagClassName
{
border-color: #F2557C;
}
</style>