Shades of Dark Pink #F04671
Tints of Dark Pink #F04671
RGB
CMYK
RGB Variations
Color information
#F04671 (or 0xF04671) is known color: Dark Pink. HEX triplet: F0, 46 and 71. RGB value is (240,70,113). Sum of RGB (Red+Green+Blue) = 240+70+113=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F04671 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F04671 is #0FB98E. Grayscale: #7D7D7D. Windows color (decimal): -1030543 or 7423728. OLE color: 7423728.
HSL color Cylindrical-coordinate representation of color #F04671: hue angle of 344.82º 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 #F04671 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 113 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.06 |
| HSL | 344.82º | 0.85% | 0.61% | - |
| HSV(B) | 344.82º | 0.71% | 0.94% | - |
| XYZ | 41.11 | 24.1 | 18.11 | - |
| YUV | 125.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 113 | 0 | 0.71 | 0.53 | 0.06 | 344.82 | 0.85 | 0.61 |
| Hex | F0 | 46 | 71 | 0 | 47 | 35 | 6 | 159 | 55 | 3D |
| Octal | 360 | 106 | 161 | 0 | 107 | 65 | 6 | 531 | 125 | 75 |
| Binary | 11110000 | 1000110 | 1110001 | 0 | 1000111 | 110101 | 110 | 101011001 | 1010101 | 111101 |
Color Harmonies of #F04671
Complementary color
Monochromatic Colors of #F04671
Black with #F04671
Text Example
Text Example
White with #F04671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04671; }
p { color: rgb(240,70,113); }
H1.HeaderClassName
{
color: #F04671;
}
.AnyTagClassName
{
color: #F04671;
}
</style>
background-color css
<style>
a { background-color: #F04671; }
a { background-color: rgb(240,70,113); }
div.DivClassName
{
background-color: #F04671;
}
.BgClassName
{
background-color: #F04671;
}
</style>
border-color css
<style>
span { border-color: #F04671; }
span { border-color: rgb(240,70,113); }
td.TdClassName
{
border-color: #F04671;
}
.TagClassName
{
border-color: #F04671;
}
</style>