Shades of Dark Pink #F04C7A
Tints of Dark Pink #F04C7A
RGB
CMYK
RGB Variations
Color information
#F04C7A (or 0xF04C7A) is known color: Dark Pink. HEX triplet: F0, 4C and 7A. RGB value is (240,76,122). Sum of RGB (Red+Green+Blue) = 240+76+122=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C7A is #0FB385. Grayscale: #828282. Windows color (decimal): -1028998 or 8015088. OLE color: 8015088.
HSL color Cylindrical-coordinate representation of color #F04C7A: hue angle of 343.17º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F04C7A is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 122 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.06 |
| HSL | 343.17º | 0.85% | 0.62% | - |
| HSV(B) | 343.17º | 0.68% | 0.94% | - |
| XYZ | 42.03 | 25.1 | 21.04 | - |
| YUV | 130.28 | 123.33 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 122 | 0 | 0.68 | 0.49 | 0.06 | 343.17 | 0.85 | 0.62 |
| Hex | F0 | 4C | 7A | 0 | 44 | 31 | 6 | 157 | 55 | 3E |
| Octal | 360 | 114 | 172 | 0 | 104 | 61 | 6 | 527 | 125 | 76 |
| Binary | 11110000 | 1001100 | 1111010 | 0 | 1000100 | 110001 | 110 | 101010111 | 1010101 | 111110 |
Color Harmonies of #F04C7A
Complementary color
Monochromatic Colors of #F04C7A
Black with #F04C7A
Text Example
Text Example
White with #F04C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C7A; }
p { color: rgb(240,76,122); }
H1.HeaderClassName
{
color: #F04C7A;
}
.AnyTagClassName
{
color: #F04C7A;
}
</style>
background-color css
<style>
a { background-color: #F04C7A; }
a { background-color: rgb(240,76,122); }
div.DivClassName
{
background-color: #F04C7A;
}
.BgClassName
{
background-color: #F04C7A;
}
</style>
border-color css
<style>
span { border-color: #F04C7A; }
span { border-color: rgb(240,76,122); }
td.TdClassName
{
border-color: #F04C7A;
}
.TagClassName
{
border-color: #F04C7A;
}
</style>