Shades of Dark Pink #F1557B
Tints of Dark Pink #F1557B
RGB
CMYK
RGB Variations
Color information
#F1557B (or 0xF1557B) is known color: Dark Pink. HEX triplet: F1, 55 and 7B. RGB value is (241,85,123). Sum of RGB (Red+Green+Blue) = 241+85+123=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1557B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1557B is #0EAA84. Grayscale: #878787. Windows color (decimal): -961157 or 8082929. OLE color: 8082929.
HSL color Cylindrical-coordinate representation of color #F1557B: hue angle of 345.38º degrees, saturation: 0.85, 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 #F1557B is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 123 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.05 |
| HSL | 345.38º | 0.85% | 0.64% | - |
| HSV(B) | 345.38º | 0.65% | 0.95% | - |
| XYZ | 43.1 | 26.63 | 21.61 | - |
| YUV | 135.98 | 120.68 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 123 | 0 | 0.65 | 0.49 | 0.05 | 345.38 | 0.85 | 0.64 |
| Hex | F1 | 55 | 7B | 0 | 41 | 31 | 5 | 159 | 55 | 40 |
| Octal | 361 | 125 | 173 | 0 | 101 | 61 | 5 | 531 | 125 | 100 |
| Binary | 11110001 | 1010101 | 1111011 | 0 | 1000001 | 110001 | 101 | 101011001 | 1010101 | 1000000 |
Color Harmonies of #F1557B
Complementary color
Monochromatic Colors of #F1557B
Black with #F1557B
Text Example
Text Example
White with #F1557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1557B; }
p { color: rgb(241,85,123); }
H1.HeaderClassName
{
color: #F1557B;
}
.AnyTagClassName
{
color: #F1557B;
}
</style>
background-color css
<style>
a { background-color: #F1557B; }
a { background-color: rgb(241,85,123); }
div.DivClassName
{
background-color: #F1557B;
}
.BgClassName
{
background-color: #F1557B;
}
</style>
border-color css
<style>
span { border-color: #F1557B; }
span { border-color: rgb(241,85,123); }
td.TdClassName
{
border-color: #F1557B;
}
.TagClassName
{
border-color: #F1557B;
}
</style>