Shades of Dark Pink #F04A7C
Tints of Dark Pink #F04A7C
RGB
CMYK
RGB Variations
Color information
#F04A7C (or 0xF04A7C) is known color: Dark Pink. HEX triplet: F0, 4A and 7C. RGB value is (240,74,124). Sum of RGB (Red+Green+Blue) = 240+74+124=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04A7C is #0FB583. Grayscale: #818181. Windows color (decimal): -1029508 or 8145648. OLE color: 8145648.
HSL color Cylindrical-coordinate representation of color #F04A7C: hue angle of 341.93º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04A7C is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 124 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.06 |
| HSL | 341.93º | 0.85% | 0.62% | - |
| HSV(B) | 341.93º | 0.69% | 0.94% | - |
| XYZ | 42.02 | 24.88 | 21.66 | - |
| YUV | 129.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 124 | 0 | 0.69 | 0.48 | 0.06 | 341.93 | 0.85 | 0.62 |
| Hex | F0 | 4A | 7C | 0 | 45 | 30 | 6 | 156 | 55 | 3E |
| Octal | 360 | 112 | 174 | 0 | 105 | 60 | 6 | 526 | 125 | 76 |
| Binary | 11110000 | 1001010 | 1111100 | 0 | 1000101 | 110000 | 110 | 101010110 | 1010101 | 111110 |
Color Harmonies of #F04A7C
Complementary color
Monochromatic Colors of #F04A7C
Black with #F04A7C
Text Example
Text Example
White with #F04A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A7C; }
p { color: rgb(240,74,124); }
H1.HeaderClassName
{
color: #F04A7C;
}
.AnyTagClassName
{
color: #F04A7C;
}
</style>
background-color css
<style>
a { background-color: #F04A7C; }
a { background-color: rgb(240,74,124); }
div.DivClassName
{
background-color: #F04A7C;
}
.BgClassName
{
background-color: #F04A7C;
}
</style>
border-color css
<style>
span { border-color: #F04A7C; }
span { border-color: rgb(240,74,124); }
td.TdClassName
{
border-color: #F04A7C;
}
.TagClassName
{
border-color: #F04A7C;
}
</style>