Shades of Dark Pink #F04674
Tints of Dark Pink #F04674
RGB
CMYK
RGB Variations
Color information
#F04674 (or 0xF04674) is known color: Dark Pink. HEX triplet: F0, 46 and 74. RGB value is (240,70,116). Sum of RGB (Red+Green+Blue) = 240+70+116=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F04674 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04674 is #0FB98B. Grayscale: #7E7E7E. Windows color (decimal): -1030540 or 7620336. OLE color: 7620336.
HSL color Cylindrical-coordinate representation of color #F04674: hue angle of 343.76º 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 #F04674 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 116 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.06 |
| HSL | 343.76º | 0.85% | 0.61% | - |
| HSV(B) | 343.76º | 0.71% | 0.94% | - |
| XYZ | 41.28 | 24.17 | 19.01 | - |
| YUV | 126.07 | 122.32 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 116 | 0 | 0.71 | 0.52 | 0.06 | 343.76 | 0.85 | 0.61 |
| Hex | F0 | 46 | 74 | 0 | 47 | 34 | 6 | 158 | 55 | 3D |
| Octal | 360 | 106 | 164 | 0 | 107 | 64 | 6 | 530 | 125 | 75 |
| Binary | 11110000 | 1000110 | 1110100 | 0 | 1000111 | 110100 | 110 | 101011000 | 1010101 | 111101 |
Color Harmonies of #F04674
Complementary color
Monochromatic Colors of #F04674
Black with #F04674
Text Example
Text Example
White with #F04674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04674; }
p { color: rgb(240,70,116); }
H1.HeaderClassName
{
color: #F04674;
}
.AnyTagClassName
{
color: #F04674;
}
</style>
background-color css
<style>
a { background-color: #F04674; }
a { background-color: rgb(240,70,116); }
div.DivClassName
{
background-color: #F04674;
}
.BgClassName
{
background-color: #F04674;
}
</style>
border-color css
<style>
span { border-color: #F04674; }
span { border-color: rgb(240,70,116); }
td.TdClassName
{
border-color: #F04674;
}
.TagClassName
{
border-color: #F04674;
}
</style>