Shades of Deep Pink #F60379
Tints of Deep Pink #F60379
RGB
CMYK
RGB Variations
Color information
#F60379 (or 0xF60379) is known color: Deep Pink. HEX triplet: F6, 03 and 79. RGB value is (246,3,121). Sum of RGB (Red+Green+Blue) = 246+3+121=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F60379 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60379 is #09FC86. Grayscale: #585858. Windows color (decimal): -654471 or 7930870. OLE color: 7930870.
HSL color Cylindrical-coordinate representation of color #F60379: hue angle of 330.86º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60379 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 121 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.04 |
| HSL | 330.86º | 0.98% | 0.49% | - |
| HSV(B) | 330.86º | 0.99% | 0.96% | - |
| XYZ | 41.49 | 21.04 | 19.96 | - |
| YUV | 89.11 | 146.01 | 239.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 121 | 0 | 0.99 | 0.51 | 0.04 | 330.86 | 0.98 | 0.49 |
| Hex | F6 | 3 | 79 | 0 | 63 | 33 | 4 | 14B | 62 | 31 |
| Octal | 366 | 3 | 171 | 0 | 143 | 63 | 4 | 513 | 142 | 61 |
| Binary | 11110110 | 11 | 1111001 | 0 | 1100011 | 110011 | 100 | 101001011 | 1100010 | 110001 |
Color Harmonies of #F60379
Complementary color
Monochromatic Colors of #F60379
Black with #F60379
Text Example
Text Example
White with #F60379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60379; }
p { color: rgb(246,3,121); }
H1.HeaderClassName
{
color: #F60379;
}
.AnyTagClassName
{
color: #F60379;
}
</style>
background-color css
<style>
a { background-color: #F60379; }
a { background-color: rgb(246,3,121); }
div.DivClassName
{
background-color: #F60379;
}
.BgClassName
{
background-color: #F60379;
}
</style>
border-color css
<style>
span { border-color: #F60379; }
span { border-color: rgb(246,3,121); }
td.TdClassName
{
border-color: #F60379;
}
.TagClassName
{
border-color: #F60379;
}
</style>