Shades of Dark Pink #F54E7A
Tints of Dark Pink #F54E7A
RGB
CMYK
RGB Variations
Color information
#F54E7A (or 0xF54E7A) is known color: Dark Pink. HEX triplet: F5, 4E and 7A. RGB value is (245,78,122). Sum of RGB (Red+Green+Blue) = 245+78+122=445 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.06% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54E7A is #0AB185. Grayscale: #848484. Windows color (decimal): -700806 or 8015605. OLE color: 8015605.
HSL color Cylindrical-coordinate representation of color #F54E7A: hue angle of 344.19º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54E7A is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 122 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.04 |
| HSL | 344.19º | 0.89% | 0.63% | - |
| HSV(B) | 344.19º | 0.68% | 0.96% | - |
| XYZ | 43.89 | 26.27 | 21.17 | - |
| YUV | 132.95 | 121.83 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 122 | 0 | 0.68 | 0.50 | 0.04 | 344.19 | 0.89 | 0.63 |
| Hex | F5 | 4E | 7A | 0 | 44 | 32 | 4 | 158 | 59 | 3F |
| Octal | 365 | 116 | 172 | 0 | 104 | 62 | 4 | 530 | 131 | 77 |
| Binary | 11110101 | 1001110 | 1111010 | 0 | 1000100 | 110010 | 100 | 101011000 | 1011001 | 111111 |
Color Harmonies of #F54E7A
Complementary color
Monochromatic Colors of #F54E7A
Black with #F54E7A
Text Example
Text Example
White with #F54E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54E7A; }
p { color: rgb(245,78,122); }
H1.HeaderClassName
{
color: #F54E7A;
}
.AnyTagClassName
{
color: #F54E7A;
}
</style>
background-color css
<style>
a { background-color: #F54E7A; }
a { background-color: rgb(245,78,122); }
div.DivClassName
{
background-color: #F54E7A;
}
.BgClassName
{
background-color: #F54E7A;
}
</style>
border-color css
<style>
span { border-color: #F54E7A; }
span { border-color: rgb(245,78,122); }
td.TdClassName
{
border-color: #F54E7A;
}
.TagClassName
{
border-color: #F54E7A;
}
</style>