Shades of Dark Pink #F0547C
Tints of Dark Pink #F0547C
RGB
CMYK
RGB Variations
Color information
#F0547C (or 0xF0547C) is known color: Dark Pink. HEX triplet: F0, 54 and 7C. RGB value is (240,84,124). Sum of RGB (Red+Green+Blue) = 240+84+124=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0547C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0547C is #0FAB83. Grayscale: #878787. Windows color (decimal): -1026948 or 8148208. OLE color: 8148208.
HSL color Cylindrical-coordinate representation of color #F0547C: hue angle of 344.62º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0547C is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 124 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.06 |
| HSL | 344.62º | 0.84% | 0.64% | - |
| HSV(B) | 344.62º | 0.65% | 0.94% | - |
| XYZ | 42.74 | 26.32 | 21.9 | - |
| YUV | 135.2 | 121.68 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 124 | 0 | 0.65 | 0.48 | 0.06 | 344.62 | 0.84 | 0.64 |
| Hex | F0 | 54 | 7C | 0 | 41 | 30 | 6 | 159 | 54 | 40 |
| Octal | 360 | 124 | 174 | 0 | 101 | 60 | 6 | 531 | 124 | 100 |
| Binary | 11110000 | 1010100 | 1111100 | 0 | 1000001 | 110000 | 110 | 101011001 | 1010100 | 1000000 |
Color Harmonies of #F0547C
Complementary color
Monochromatic Colors of #F0547C
Black with #F0547C
Text Example
Text Example
White with #F0547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0547C; }
p { color: rgb(240,84,124); }
H1.HeaderClassName
{
color: #F0547C;
}
.AnyTagClassName
{
color: #F0547C;
}
</style>
background-color css
<style>
a { background-color: #F0547C; }
a { background-color: rgb(240,84,124); }
div.DivClassName
{
background-color: #F0547C;
}
.BgClassName
{
background-color: #F0547C;
}
</style>
border-color css
<style>
span { border-color: #F0547C; }
span { border-color: rgb(240,84,124); }
td.TdClassName
{
border-color: #F0547C;
}
.TagClassName
{
border-color: #F0547C;
}
</style>