Shades of Deep Pink #F60689
Tints of Deep Pink #F60689
RGB
CMYK
RGB Variations
Color information
#F60689 (or 0xF60689) is known color: Deep Pink. HEX triplet: F6, 06 and 89. RGB value is (246,6,137). Sum of RGB (Red+Green+Blue) = 246+6+137=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F60689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60689 is #09F976. Grayscale: #5C5C5C. Windows color (decimal): -653687 or 8980214. OLE color: 8980214.
HSL color Cylindrical-coordinate representation of color #F60689: hue angle of 327.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60689 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 137 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.04 |
| HSL | 327.25º | 0.95% | 0.49% | - |
| HSV(B) | 327.25º | 0.98% | 0.96% | - |
| XYZ | 42.59 | 21.53 | 25.58 | - |
| YUV | 92.69 | 153.01 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 137 | 0 | 0.98 | 0.44 | 0.04 | 327.25 | 0.95 | 0.49 |
| Hex | F6 | 6 | 89 | 0 | 62 | 2C | 4 | 147 | 5F | 31 |
| Octal | 366 | 6 | 211 | 0 | 142 | 54 | 4 | 507 | 137 | 61 |
| Binary | 11110110 | 110 | 10001001 | 0 | 1100010 | 101100 | 100 | 101000111 | 1011111 | 110001 |
Color Harmonies of #F60689
Complementary color
Monochromatic Colors of #F60689
Black with #F60689
Text Example
Text Example
White with #F60689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60689; }
p { color: rgb(246,6,137); }
H1.HeaderClassName
{
color: #F60689;
}
.AnyTagClassName
{
color: #F60689;
}
</style>
background-color css
<style>
a { background-color: #F60689; }
a { background-color: rgb(246,6,137); }
div.DivClassName
{
background-color: #F60689;
}
.BgClassName
{
background-color: #F60689;
}
</style>
border-color css
<style>
span { border-color: #F60689; }
span { border-color: rgb(246,6,137); }
td.TdClassName
{
border-color: #F60689;
}
.TagClassName
{
border-color: #F60689;
}
</style>