Shades of Dark Pink #F0547D
Tints of Dark Pink #F0547D
RGB
CMYK
RGB Variations
Color information
#F0547D (or 0xF0547D) is known color: Dark Pink. HEX triplet: F0, 54 and 7D. RGB value is (240,84,125). Sum of RGB (Red+Green+Blue) = 240+84+125=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F0547D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0547D is #0FAB82. Grayscale: #878787. Windows color (decimal): -1026947 or 8213744. OLE color: 8213744.
HSL color Cylindrical-coordinate representation of color #F0547D: hue angle of 344.23º 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 #F0547D is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 125 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.06 |
| HSL | 344.23º | 0.84% | 0.64% | - |
| HSV(B) | 344.23º | 0.65% | 0.94% | - |
| XYZ | 42.81 | 26.35 | 22.23 | - |
| YUV | 135.32 | 122.18 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 125 | 0 | 0.65 | 0.48 | 0.06 | 344.23 | 0.84 | 0.64 |
| Hex | F0 | 54 | 7D | 0 | 41 | 30 | 6 | 158 | 54 | 40 |
| Octal | 360 | 124 | 175 | 0 | 101 | 60 | 6 | 530 | 124 | 100 |
| Binary | 11110000 | 1010100 | 1111101 | 0 | 1000001 | 110000 | 110 | 101011000 | 1010100 | 1000000 |
Color Harmonies of #F0547D
Complementary color
Monochromatic Colors of #F0547D
Black with #F0547D
Text Example
Text Example
White with #F0547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0547D; }
p { color: rgb(240,84,125); }
H1.HeaderClassName
{
color: #F0547D;
}
.AnyTagClassName
{
color: #F0547D;
}
</style>
background-color css
<style>
a { background-color: #F0547D; }
a { background-color: rgb(240,84,125); }
div.DivClassName
{
background-color: #F0547D;
}
.BgClassName
{
background-color: #F0547D;
}
</style>
border-color css
<style>
span { border-color: #F0547D; }
span { border-color: rgb(240,84,125); }
td.TdClassName
{
border-color: #F0547D;
}
.TagClassName
{
border-color: #F0547D;
}
</style>