Shades of Dark Pink #F54472
Tints of Dark Pink #F54472
RGB
CMYK
RGB Variations
Color information
#F54472 (or 0xF54472) is known color: Dark Pink. HEX triplet: F5, 44 and 72. RGB value is (245,68,114). Sum of RGB (Red+Green+Blue) = 245+68+114=427 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.38% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 245 - color contains mainly: red. Hex color #F54472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54472 is #0ABB8D. Grayscale: #7E7E7E. Windows color (decimal): -703374 or 7488757. OLE color: 7488757.
HSL color Cylindrical-coordinate representation of color #F54472: hue angle of 344.41º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54472 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 114 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.04 |
| HSL | 344.41º | 0.9% | 0.61% | - |
| HSV(B) | 344.41º | 0.72% | 0.96% | - |
| XYZ | 42.76 | 24.76 | 18.45 | - |
| YUV | 126.17 | 121.14 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 114 | 0 | 0.72 | 0.53 | 0.04 | 344.41 | 0.9 | 0.61 |
| Hex | F5 | 44 | 72 | 0 | 48 | 35 | 4 | 158 | 5A | 3D |
| Octal | 365 | 104 | 162 | 0 | 110 | 65 | 4 | 530 | 132 | 75 |
| Binary | 11110101 | 1000100 | 1110010 | 0 | 1001000 | 110101 | 100 | 101011000 | 1011010 | 111101 |
Color Harmonies of #F54472
Complementary color
Monochromatic Colors of #F54472
Black with #F54472
Text Example
Text Example
White with #F54472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54472; }
p { color: rgb(245,68,114); }
H1.HeaderClassName
{
color: #F54472;
}
.AnyTagClassName
{
color: #F54472;
}
</style>
background-color css
<style>
a { background-color: #F54472; }
a { background-color: rgb(245,68,114); }
div.DivClassName
{
background-color: #F54472;
}
.BgClassName
{
background-color: #F54472;
}
</style>
border-color css
<style>
span { border-color: #F54472; }
span { border-color: rgb(245,68,114); }
td.TdClassName
{
border-color: #F54472;
}
.TagClassName
{
border-color: #F54472;
}
</style>