Shades of Dark Pink #F0466E
Tints of Dark Pink #F0466E
RGB
CMYK
RGB Variations
Color information
#F0466E (or 0xF0466E) is known color: Dark Pink. HEX triplet: F0, 46 and 6E. RGB value is (240,70,110). Sum of RGB (Red+Green+Blue) = 240+70+110=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0466E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0466E is #0FB991. Grayscale: #7D7D7D. Windows color (decimal): -1030546 or 7227120. OLE color: 7227120.
HSL color Cylindrical-coordinate representation of color #F0466E: hue angle of 345.88º 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 #F0466E is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 110 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.06 |
| HSL | 345.88º | 0.85% | 0.61% | - |
| HSV(B) | 345.88º | 0.71% | 0.94% | - |
| XYZ | 40.94 | 24.03 | 17.23 | - |
| YUV | 125.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 110 | 0 | 0.71 | 0.54 | 0.06 | 345.88 | 0.85 | 0.61 |
| Hex | F0 | 46 | 6E | 0 | 47 | 36 | 6 | 15A | 55 | 3D |
| Octal | 360 | 106 | 156 | 0 | 107 | 66 | 6 | 532 | 125 | 75 |
| Binary | 11110000 | 1000110 | 1101110 | 0 | 1000111 | 110110 | 110 | 101011010 | 1010101 | 111101 |
Color Harmonies of #F0466E
Complementary color
Monochromatic Colors of #F0466E
Black with #F0466E
Text Example
Text Example
White with #F0466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0466E; }
p { color: rgb(240,70,110); }
H1.HeaderClassName
{
color: #F0466E;
}
.AnyTagClassName
{
color: #F0466E;
}
</style>
background-color css
<style>
a { background-color: #F0466E; }
a { background-color: rgb(240,70,110); }
div.DivClassName
{
background-color: #F0466E;
}
.BgClassName
{
background-color: #F0466E;
}
</style>
border-color css
<style>
span { border-color: #F0466E; }
span { border-color: rgb(240,70,110); }
td.TdClassName
{
border-color: #F0466E;
}
.TagClassName
{
border-color: #F0466E;
}
</style>