Shades of Dark Pink #F54573
Tints of Dark Pink #F54573
RGB
CMYK
RGB Variations
Color information
#F54573 (or 0xF54573) is known color: Dark Pink. HEX triplet: F5, 45 and 73. RGB value is (245,69,115). Sum of RGB (Red+Green+Blue) = 245+69+115=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F54573 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54573 is #0ABA8C. Grayscale: #7E7E7E. Windows color (decimal): -703117 or 7554549. OLE color: 7554549.
HSL color Cylindrical-coordinate representation of color #F54573: hue angle of 344.32º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54573 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 115 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.04 |
| HSL | 344.32º | 0.9% | 0.62% | - |
| HSV(B) | 344.32º | 0.72% | 0.96% | - |
| XYZ | 42.88 | 24.91 | 18.77 | - |
| YUV | 126.87 | 121.31 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 115 | 0 | 0.72 | 0.53 | 0.04 | 344.32 | 0.9 | 0.62 |
| Hex | F5 | 45 | 73 | 0 | 48 | 35 | 4 | 158 | 5A | 3E |
| Octal | 365 | 105 | 163 | 0 | 110 | 65 | 4 | 530 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1110011 | 0 | 1001000 | 110101 | 100 | 101011000 | 1011010 | 111110 |
Color Harmonies of #F54573
Complementary color
Monochromatic Colors of #F54573
Black with #F54573
Text Example
Text Example
White with #F54573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54573; }
p { color: rgb(245,69,115); }
H1.HeaderClassName
{
color: #F54573;
}
.AnyTagClassName
{
color: #F54573;
}
</style>
background-color css
<style>
a { background-color: #F54573; }
a { background-color: rgb(245,69,115); }
div.DivClassName
{
background-color: #F54573;
}
.BgClassName
{
background-color: #F54573;
}
</style>
border-color css
<style>
span { border-color: #F54573; }
span { border-color: rgb(245,69,115); }
td.TdClassName
{
border-color: #F54573;
}
.TagClassName
{
border-color: #F54573;
}
</style>