Shades of Dark Pink #F54F7C
Tints of Dark Pink #F54F7C
RGB
CMYK
RGB Variations
Color information
#F54F7C (or 0xF54F7C) is known color: Dark Pink. HEX triplet: F5, 4F and 7C. RGB value is (245,79,124). Sum of RGB (Red+Green+Blue) = 245+79+124=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F54F7C is #0AB083. Grayscale: #858585. Windows color (decimal): -700548 or 8146933. OLE color: 8146933.
HSL color Cylindrical-coordinate representation of color #F54F7C: hue angle of 343.73º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54F7C is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 79 | 124 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.04 |
| HSL | 343.73º | 0.89% | 0.64% | - |
| HSV(B) | 343.73º | 0.68% | 0.96% | - |
| XYZ | 44.09 | 26.46 | 21.85 | - |
| YUV | 133.76 | 122.5 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 124 | 0 | 0.68 | 0.49 | 0.04 | 343.73 | 0.89 | 0.64 |
| Hex | F5 | 4F | 7C | 0 | 44 | 31 | 4 | 158 | 59 | 40 |
| Octal | 365 | 117 | 174 | 0 | 104 | 61 | 4 | 530 | 131 | 100 |
| Binary | 11110101 | 1001111 | 1111100 | 0 | 1000100 | 110001 | 100 | 101011000 | 1011001 | 1000000 |
Color Harmonies of #F54F7C
Complementary color
Monochromatic Colors of #F54F7C
Black with #F54F7C
Text Example
Text Example
White with #F54F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54F7C; }
p { color: rgb(245,79,124); }
H1.HeaderClassName
{
color: #F54F7C;
}
.AnyTagClassName
{
color: #F54F7C;
}
</style>
background-color css
<style>
a { background-color: #F54F7C; }
a { background-color: rgb(245,79,124); }
div.DivClassName
{
background-color: #F54F7C;
}
.BgClassName
{
background-color: #F54F7C;
}
</style>
border-color css
<style>
span { border-color: #F54F7C; }
span { border-color: rgb(245,79,124); }
td.TdClassName
{
border-color: #F54F7C;
}
.TagClassName
{
border-color: #F54F7C;
}
</style>