Shades of Deep Pink #F6077A
Tints of Deep Pink #F6077A
RGB
CMYK
RGB Variations
Color information
#F6077A (or 0xF6077A) is known color: Deep Pink. HEX triplet: F6, 07 and 7A. RGB value is (246,7,122). Sum of RGB (Red+Green+Blue) = 246+7+122=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F6077A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6077A is #09F885. Grayscale: #5B5B5B. Windows color (decimal): -653446 or 7997430. OLE color: 7997430.
HSL color Cylindrical-coordinate representation of color #F6077A: hue angle of 331.13º 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 #F6077A is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 122 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.04 |
| HSL | 331.13º | 0.94% | 0.5% | - |
| HSV(B) | 331.13º | 0.97% | 0.96% | - |
| XYZ | 41.59 | 21.15 | 20.3 | - |
| YUV | 91.57 | 145.18 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 122 | 0 | 0.97 | 0.50 | 0.04 | 331.13 | 0.94 | 0.5 |
| Hex | F6 | 7 | 7A | 0 | 61 | 32 | 4 | 14B | 5E | 32 |
| Octal | 366 | 7 | 172 | 0 | 141 | 62 | 4 | 513 | 136 | 62 |
| Binary | 11110110 | 111 | 1111010 | 0 | 1100001 | 110010 | 100 | 101001011 | 1011110 | 110010 |
Color Harmonies of #F6077A
Complementary color
Monochromatic Colors of #F6077A
Black with #F6077A
Text Example
Text Example
White with #F6077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6077A; }
p { color: rgb(246,7,122); }
H1.HeaderClassName
{
color: #F6077A;
}
.AnyTagClassName
{
color: #F6077A;
}
</style>
background-color css
<style>
a { background-color: #F6077A; }
a { background-color: rgb(246,7,122); }
div.DivClassName
{
background-color: #F6077A;
}
.BgClassName
{
background-color: #F6077A;
}
</style>
border-color css
<style>
span { border-color: #F6077A; }
span { border-color: rgb(246,7,122); }
td.TdClassName
{
border-color: #F6077A;
}
.TagClassName
{
border-color: #F6077A;
}
</style>