Shades of Dark Pink #F54372
Tints of Dark Pink #F54372
RGB
CMYK
RGB Variations
Color information
#F54372 (or 0xF54372) is known color: Dark Pink. HEX triplet: F5, 43 and 72. RGB value is (245,67,114). Sum of RGB (Red+Green+Blue) = 245+67+114=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F54372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54372 is #0ABC8D. Grayscale: #7D7D7D. Windows color (decimal): -703630 or 7488501. OLE color: 7488501.
HSL color Cylindrical-coordinate representation of color #F54372: hue angle of 344.16º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F54372 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 114 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.04 |
| HSL | 344.16º | 0.9% | 0.61% | - |
| HSV(B) | 344.16º | 0.73% | 0.96% | - |
| XYZ | 42.7 | 24.64 | 18.43 | - |
| YUV | 125.58 | 121.47 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 114 | 0 | 0.73 | 0.53 | 0.04 | 344.16 | 0.9 | 0.61 |
| Hex | F5 | 43 | 72 | 0 | 49 | 35 | 4 | 158 | 5A | 3D |
| Octal | 365 | 103 | 162 | 0 | 111 | 65 | 4 | 530 | 132 | 75 |
| Binary | 11110101 | 1000011 | 1110010 | 0 | 1001001 | 110101 | 100 | 101011000 | 1011010 | 111101 |
Color Harmonies of #F54372
Complementary color
Monochromatic Colors of #F54372
Black with #F54372
Text Example
Text Example
White with #F54372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54372; }
p { color: rgb(245,67,114); }
H1.HeaderClassName
{
color: #F54372;
}
.AnyTagClassName
{
color: #F54372;
}
</style>
background-color css
<style>
a { background-color: #F54372; }
a { background-color: rgb(245,67,114); }
div.DivClassName
{
background-color: #F54372;
}
.BgClassName
{
background-color: #F54372;
}
</style>
border-color css
<style>
span { border-color: #F54372; }
span { border-color: rgb(245,67,114); }
td.TdClassName
{
border-color: #F54372;
}
.TagClassName
{
border-color: #F54372;
}
</style>