Shades of Dark Pink #F04C74
Tints of Dark Pink #F04C74
RGB
CMYK
RGB Variations
Color information
#F04C74 (or 0xF04C74) is known color: Dark Pink. HEX triplet: F0, 4C and 74. RGB value is (240,76,116). Sum of RGB (Red+Green+Blue) = 240+76+116=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04C74 is #0FB38B. Grayscale: #818181. Windows color (decimal): -1029004 or 7621872. OLE color: 7621872.
HSL color Cylindrical-coordinate representation of color #F04C74: hue angle of 345.37º 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 #F04C74 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 116 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.06 |
| HSL | 345.37º | 0.85% | 0.62% | - |
| HSV(B) | 345.37º | 0.68% | 0.94% | - |
| XYZ | 41.67 | 24.96 | 19.14 | - |
| YUV | 129.6 | 120.33 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 116 | 0 | 0.68 | 0.52 | 0.06 | 345.37 | 0.85 | 0.62 |
| Hex | F0 | 4C | 74 | 0 | 44 | 34 | 6 | 159 | 55 | 3E |
| Octal | 360 | 114 | 164 | 0 | 104 | 64 | 6 | 531 | 125 | 76 |
| Binary | 11110000 | 1001100 | 1110100 | 0 | 1000100 | 110100 | 110 | 101011001 | 1010101 | 111110 |
Color Harmonies of #F04C74
Complementary color
Monochromatic Colors of #F04C74
Black with #F04C74
Text Example
Text Example
White with #F04C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C74; }
p { color: rgb(240,76,116); }
H1.HeaderClassName
{
color: #F04C74;
}
.AnyTagClassName
{
color: #F04C74;
}
</style>
background-color css
<style>
a { background-color: #F04C74; }
a { background-color: rgb(240,76,116); }
div.DivClassName
{
background-color: #F04C74;
}
.BgClassName
{
background-color: #F04C74;
}
</style>
border-color css
<style>
span { border-color: #F04C74; }
span { border-color: rgb(240,76,116); }
td.TdClassName
{
border-color: #F04C74;
}
.TagClassName
{
border-color: #F04C74;
}
</style>