Shades of Dark Pink #F0547A
Tints of Dark Pink #F0547A
RGB
CMYK
RGB Variations
Color information
#F0547A (or 0xF0547A) is known color: Dark Pink. HEX triplet: F0, 54 and 7A. RGB value is (240,84,122). Sum of RGB (Red+Green+Blue) = 240+84+122=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 122 (48.05% from 255 or 27.35% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0547A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0547A is #0FAB85. Grayscale: #868686. Windows color (decimal): -1026950 or 8017136. OLE color: 8017136.
HSL color Cylindrical-coordinate representation of color #F0547A: hue angle of 345.38º 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 #F0547A is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 122 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.06 |
| HSL | 345.38º | 0.84% | 0.64% | - |
| HSV(B) | 345.38º | 0.65% | 0.94% | - |
| XYZ | 42.62 | 26.27 | 21.24 | - |
| YUV | 134.98 | 120.68 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 122 | 0 | 0.65 | 0.49 | 0.06 | 345.38 | 0.84 | 0.64 |
| Hex | F0 | 54 | 7A | 0 | 41 | 31 | 6 | 159 | 54 | 40 |
| Octal | 360 | 124 | 172 | 0 | 101 | 61 | 6 | 531 | 124 | 100 |
| Binary | 11110000 | 1010100 | 1111010 | 0 | 1000001 | 110001 | 110 | 101011001 | 1010100 | 1000000 |
Color Harmonies of #F0547A
Complementary color
Monochromatic Colors of #F0547A
Black with #F0547A
Text Example
Text Example
White with #F0547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0547A; }
p { color: rgb(240,84,122); }
H1.HeaderClassName
{
color: #F0547A;
}
.AnyTagClassName
{
color: #F0547A;
}
</style>
background-color css
<style>
a { background-color: #F0547A; }
a { background-color: rgb(240,84,122); }
div.DivClassName
{
background-color: #F0547A;
}
.BgClassName
{
background-color: #F0547A;
}
</style>
border-color css
<style>
span { border-color: #F0547A; }
span { border-color: rgb(240,84,122); }
td.TdClassName
{
border-color: #F0547A;
}
.TagClassName
{
border-color: #F0547A;
}
</style>