Shades of Dark Pink #F04174
Tints of Dark Pink #F04174
RGB
CMYK
RGB Variations
Color information
#F04174 (or 0xF04174) is known color: Dark Pink. HEX triplet: F0, 41 and 74. RGB value is (240,65,116). Sum of RGB (Red+Green+Blue) = 240+65+116=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F04174 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04174 is #0FBE8B. Grayscale: #7B7B7B. Windows color (decimal): -1031820 or 7619056. OLE color: 7619056.
HSL color Cylindrical-coordinate representation of color #F04174: hue angle of 342.51º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04174 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 116 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.06 |
| HSL | 342.51º | 0.85% | 0.6% | - |
| HSV(B) | 342.51º | 0.73% | 0.94% | - |
| XYZ | 40.98 | 23.57 | 18.91 | - |
| YUV | 123.14 | 123.98 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 116 | 0 | 0.73 | 0.52 | 0.06 | 342.51 | 0.85 | 0.6 |
| Hex | F0 | 41 | 74 | 0 | 49 | 34 | 6 | 157 | 55 | 3C |
| Octal | 360 | 101 | 164 | 0 | 111 | 64 | 6 | 527 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1110100 | 0 | 1001001 | 110100 | 110 | 101010111 | 1010101 | 111100 |
Color Harmonies of #F04174
Complementary color
Monochromatic Colors of #F04174
Black with #F04174
Text Example
Text Example
White with #F04174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04174; }
p { color: rgb(240,65,116); }
H1.HeaderClassName
{
color: #F04174;
}
.AnyTagClassName
{
color: #F04174;
}
</style>
background-color css
<style>
a { background-color: #F04174; }
a { background-color: rgb(240,65,116); }
div.DivClassName
{
background-color: #F04174;
}
.BgClassName
{
background-color: #F04174;
}
</style>
border-color css
<style>
span { border-color: #F04174; }
span { border-color: rgb(240,65,116); }
td.TdClassName
{
border-color: #F04174;
}
.TagClassName
{
border-color: #F04174;
}
</style>