Shades of Dark Pink #F2557B
Tints of Dark Pink #F2557B
RGB
CMYK
RGB Variations
Color information
#F2557B (or 0xF2557B) is known color: Dark Pink. HEX triplet: F2, 55 and 7B. RGB value is (242,85,123). Sum of RGB (Red+Green+Blue) = 242+85+123=450 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.78% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 242 - color contains mainly: red. Hex color #F2557B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2557B is #0DAA84. Grayscale: #888888. Windows color (decimal): -895621 or 8082930. OLE color: 8082930.
HSL color Cylindrical-coordinate representation of color #F2557B: hue angle of 345.48º 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 #F2557B is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 123 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.05 |
| HSL | 345.48º | 0.86% | 0.64% | - |
| HSV(B) | 345.48º | 0.65% | 0.95% | - |
| XYZ | 43.44 | 26.8 | 21.62 | - |
| YUV | 136.28 | 120.51 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 123 | 0 | 0.65 | 0.49 | 0.05 | 345.48 | 0.86 | 0.64 |
| Hex | F2 | 55 | 7B | 0 | 41 | 31 | 5 | 159 | 56 | 40 |
| Octal | 362 | 125 | 173 | 0 | 101 | 61 | 5 | 531 | 126 | 100 |
| Binary | 11110010 | 1010101 | 1111011 | 0 | 1000001 | 110001 | 101 | 101011001 | 1010110 | 1000000 |
Color Harmonies of #F2557B
Complementary color
Monochromatic Colors of #F2557B
Black with #F2557B
Text Example
Text Example
White with #F2557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2557B; }
p { color: rgb(242,85,123); }
H1.HeaderClassName
{
color: #F2557B;
}
.AnyTagClassName
{
color: #F2557B;
}
</style>
background-color css
<style>
a { background-color: #F2557B; }
a { background-color: rgb(242,85,123); }
div.DivClassName
{
background-color: #F2557B;
}
.BgClassName
{
background-color: #F2557B;
}
</style>
border-color css
<style>
span { border-color: #F2557B; }
span { border-color: rgb(242,85,123); }
td.TdClassName
{
border-color: #F2557B;
}
.TagClassName
{
border-color: #F2557B;
}
</style>