Shades of Deep Pink #F60779
Tints of Deep Pink #F60779
RGB
CMYK
RGB Variations
Color information
#F60779 (or 0xF60779) is known color: Deep Pink. HEX triplet: F6, 07 and 79. RGB value is (246,7,121). Sum of RGB (Red+Green+Blue) = 246+7+121=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 7 (3.12% from 255 or 1.87% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F60779 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F60779 is #09F886. Grayscale: #5B5B5B. Windows color (decimal): -653447 or 7931894. OLE color: 7931894.
HSL color Cylindrical-coordinate representation of color #F60779: hue angle of 331.38º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F60779 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 121 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.04 |
| HSL | 331.38º | 0.94% | 0.5% | - |
| HSV(B) | 331.38º | 0.97% | 0.96% | - |
| XYZ | 41.53 | 21.13 | 19.98 | - |
| YUV | 91.46 | 144.68 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 121 | 0 | 0.97 | 0.51 | 0.04 | 331.38 | 0.94 | 0.5 |
| Hex | F6 | 7 | 79 | 0 | 61 | 33 | 4 | 14B | 5E | 32 |
| Octal | 366 | 7 | 171 | 0 | 141 | 63 | 4 | 513 | 136 | 62 |
| Binary | 11110110 | 111 | 1111001 | 0 | 1100001 | 110011 | 100 | 101001011 | 1011110 | 110010 |
Color Harmonies of #F60779
Complementary color
Monochromatic Colors of #F60779
Black with #F60779
Text Example
Text Example
White with #F60779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60779; }
p { color: rgb(246,7,121); }
H1.HeaderClassName
{
color: #F60779;
}
.AnyTagClassName
{
color: #F60779;
}
</style>
background-color css
<style>
a { background-color: #F60779; }
a { background-color: rgb(246,7,121); }
div.DivClassName
{
background-color: #F60779;
}
.BgClassName
{
background-color: #F60779;
}
</style>
border-color css
<style>
span { border-color: #F60779; }
span { border-color: rgb(246,7,121); }
td.TdClassName
{
border-color: #F60779;
}
.TagClassName
{
border-color: #F60779;
}
</style>