Shades of Dark Pink #F04579
Tints of Dark Pink #F04579
RGB
CMYK
RGB Variations
Color information
#F04579 (or 0xF04579) is known color: Dark Pink. HEX triplet: F0, 45 and 79. RGB value is (240,69,121). Sum of RGB (Red+Green+Blue) = 240+69+121=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F04579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04579 is #0FBA86. Grayscale: #7E7E7E. Windows color (decimal): -1030791 or 7947760. OLE color: 7947760.
HSL color Cylindrical-coordinate representation of color #F04579: hue angle of 341.75º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04579 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 121 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.06 |
| HSL | 341.75º | 0.85% | 0.61% | - |
| HSV(B) | 341.75º | 0.71% | 0.94% | - |
| XYZ | 41.51 | 24.16 | 20.56 | - |
| YUV | 126.06 | 125.15 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 121 | 0 | 0.71 | 0.50 | 0.06 | 341.75 | 0.85 | 0.61 |
| Hex | F0 | 45 | 79 | 0 | 47 | 32 | 6 | 156 | 55 | 3D |
| Octal | 360 | 105 | 171 | 0 | 107 | 62 | 6 | 526 | 125 | 75 |
| Binary | 11110000 | 1000101 | 1111001 | 0 | 1000111 | 110010 | 110 | 101010110 | 1010101 | 111101 |
Color Harmonies of #F04579
Complementary color
Monochromatic Colors of #F04579
Black with #F04579
Text Example
Text Example
White with #F04579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04579; }
p { color: rgb(240,69,121); }
H1.HeaderClassName
{
color: #F04579;
}
.AnyTagClassName
{
color: #F04579;
}
</style>
background-color css
<style>
a { background-color: #F04579; }
a { background-color: rgb(240,69,121); }
div.DivClassName
{
background-color: #F04579;
}
.BgClassName
{
background-color: #F04579;
}
</style>
border-color css
<style>
span { border-color: #F04579; }
span { border-color: rgb(240,69,121); }
td.TdClassName
{
border-color: #F04579;
}
.TagClassName
{
border-color: #F04579;
}
</style>