Shades of Dark Pink #F54C7A
Tints of Dark Pink #F54C7A
RGB
CMYK
RGB Variations
Color information
#F54C7A (or 0xF54C7A) is known color: Dark Pink. HEX triplet: F5, 4C and 7A. RGB value is (245,76,122). Sum of RGB (Red+Green+Blue) = 245+76+122=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54C7A is #0AB385. Grayscale: #838383. Windows color (decimal): -701318 or 8015093. OLE color: 8015093.
HSL color Cylindrical-coordinate representation of color #F54C7A: hue angle of 343.67º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54C7A is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 122 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.04 |
| HSL | 343.67º | 0.89% | 0.63% | - |
| HSV(B) | 343.67º | 0.69% | 0.96% | - |
| XYZ | 43.75 | 25.99 | 21.12 | - |
| YUV | 131.78 | 122.49 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 122 | 0 | 0.69 | 0.50 | 0.04 | 343.67 | 0.89 | 0.63 |
| Hex | F5 | 4C | 7A | 0 | 45 | 32 | 4 | 158 | 59 | 3F |
| Octal | 365 | 114 | 172 | 0 | 105 | 62 | 4 | 530 | 131 | 77 |
| Binary | 11110101 | 1001100 | 1111010 | 0 | 1000101 | 110010 | 100 | 101011000 | 1011001 | 111111 |
Color Harmonies of #F54C7A
Complementary color
Monochromatic Colors of #F54C7A
Black with #F54C7A
Text Example
Text Example
White with #F54C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54C7A; }
p { color: rgb(245,76,122); }
H1.HeaderClassName
{
color: #F54C7A;
}
.AnyTagClassName
{
color: #F54C7A;
}
</style>
background-color css
<style>
a { background-color: #F54C7A; }
a { background-color: rgb(245,76,122); }
div.DivClassName
{
background-color: #F54C7A;
}
.BgClassName
{
background-color: #F54C7A;
}
</style>
border-color css
<style>
span { border-color: #F54C7A; }
span { border-color: rgb(245,76,122); }
td.TdClassName
{
border-color: #F54C7A;
}
.TagClassName
{
border-color: #F54C7A;
}
</style>