Shades of Dark Pink #F04171
Tints of Dark Pink #F04171
RGB
CMYK
RGB Variations
Color information
#F04171 (or 0xF04171) is known color: Dark Pink. HEX triplet: F0, 41 and 71. RGB value is (240,65,113). Sum of RGB (Red+Green+Blue) = 240+65+113=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F04171 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04171 is #0FBE8E. Grayscale: #7A7A7A. Windows color (decimal): -1031823 or 7422448. OLE color: 7422448.
HSL color Cylindrical-coordinate representation of color #F04171: hue angle of 343.54º 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 #F04171 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 65 | 113 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.06 |
| HSL | 343.54º | 0.85% | 0.6% | - |
| HSV(B) | 343.54º | 0.73% | 0.94% | - |
| XYZ | 40.81 | 23.5 | 18.01 | - |
| YUV | 122.8 | 122.48 | 211.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 65 | 113 | 0 | 0.73 | 0.53 | 0.06 | 343.54 | 0.85 | 0.6 |
| Hex | F0 | 41 | 71 | 0 | 49 | 35 | 6 | 158 | 55 | 3C |
| Octal | 360 | 101 | 161 | 0 | 111 | 65 | 6 | 530 | 125 | 74 |
| Binary | 11110000 | 1000001 | 1110001 | 0 | 1001001 | 110101 | 110 | 101011000 | 1010101 | 111100 |
Color Harmonies of #F04171
Complementary color
Monochromatic Colors of #F04171
Black with #F04171
Text Example
Text Example
White with #F04171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04171; }
p { color: rgb(240,65,113); }
H1.HeaderClassName
{
color: #F04171;
}
.AnyTagClassName
{
color: #F04171;
}
</style>
background-color css
<style>
a { background-color: #F04171; }
a { background-color: rgb(240,65,113); }
div.DivClassName
{
background-color: #F04171;
}
.BgClassName
{
background-color: #F04171;
}
</style>
border-color css
<style>
span { border-color: #F04171; }
span { border-color: rgb(240,65,113); }
td.TdClassName
{
border-color: #F04171;
}
.TagClassName
{
border-color: #F04171;
}
</style>