Shades of Dark Pink #F1547C
Tints of Dark Pink #F1547C
RGB
CMYK
RGB Variations
Color information
#F1547C (or 0xF1547C) is known color: Dark Pink. HEX triplet: F1, 54 and 7C. RGB value is (241,84,124). Sum of RGB (Red+Green+Blue) = 241+84+124=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1547C is #0EAB83. Grayscale: #878787. Windows color (decimal): -961412 or 8148209. OLE color: 8148209.
HSL color Cylindrical-coordinate representation of color #F1547C: hue angle of 344.71º 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 #F1547C is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 124 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.05 |
| HSL | 344.71º | 0.85% | 0.64% | - |
| HSV(B) | 344.71º | 0.65% | 0.95% | - |
| XYZ | 43.08 | 26.5 | 21.91 | - |
| YUV | 135.5 | 121.51 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 124 | 0 | 0.65 | 0.49 | 0.05 | 344.71 | 0.85 | 0.64 |
| Hex | F1 | 54 | 7C | 0 | 41 | 31 | 5 | 159 | 55 | 40 |
| Octal | 361 | 124 | 174 | 0 | 101 | 61 | 5 | 531 | 125 | 100 |
| Binary | 11110001 | 1010100 | 1111100 | 0 | 1000001 | 110001 | 101 | 101011001 | 1010101 | 1000000 |
Color Harmonies of #F1547C
Complementary color
Monochromatic Colors of #F1547C
Black with #F1547C
Text Example
Text Example
White with #F1547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1547C; }
p { color: rgb(241,84,124); }
H1.HeaderClassName
{
color: #F1547C;
}
.AnyTagClassName
{
color: #F1547C;
}
</style>
background-color css
<style>
a { background-color: #F1547C; }
a { background-color: rgb(241,84,124); }
div.DivClassName
{
background-color: #F1547C;
}
.BgClassName
{
background-color: #F1547C;
}
</style>
border-color css
<style>
span { border-color: #F1547C; }
span { border-color: rgb(241,84,124); }
td.TdClassName
{
border-color: #F1547C;
}
.TagClassName
{
border-color: #F1547C;
}
</style>