Shades of Deep Pink #F6077D
Tints of Deep Pink #F6077D
RGB
CMYK
RGB Variations
Color information
#F6077D (or 0xF6077D) is known color: Deep Pink. HEX triplet: F6, 07 and 7D. RGB value is (246,7,125). Sum of RGB (Red+Green+Blue) = 246+7+125=378 (50% of max value = 765). Red value is 246 (96.48% from 255 or 65.08% from 378); Green value is 7 (3.12% from 255 or 1.85% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 246 - color contains mainly: red. Hex color #F6077D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6077D is #09F882. Grayscale: #5B5B5B. Windows color (decimal): -653443 or 8194038. OLE color: 8194038.
HSL color Cylindrical-coordinate representation of color #F6077D: hue angle of 330.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 #F6077D is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 7 | 125 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.04 |
| HSL | 330.38º | 0.94% | 0.5% | - |
| HSV(B) | 330.38º | 0.97% | 0.96% | - |
| XYZ | 41.78 | 21.23 | 21.3 | - |
| YUV | 91.91 | 146.68 | 237.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 7 | 125 | 0 | 0.97 | 0.49 | 0.04 | 330.38 | 0.94 | 0.5 |
| Hex | F6 | 7 | 7D | 0 | 61 | 31 | 4 | 14A | 5E | 32 |
| Octal | 366 | 7 | 175 | 0 | 141 | 61 | 4 | 512 | 136 | 62 |
| Binary | 11110110 | 111 | 1111101 | 0 | 1100001 | 110001 | 100 | 101001010 | 1011110 | 110010 |
Color Harmonies of #F6077D
Complementary color
Monochromatic Colors of #F6077D
Black with #F6077D
Text Example
Text Example
White with #F6077D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6077D; }
p { color: rgb(246,7,125); }
H1.HeaderClassName
{
color: #F6077D;
}
.AnyTagClassName
{
color: #F6077D;
}
</style>
background-color css
<style>
a { background-color: #F6077D; }
a { background-color: rgb(246,7,125); }
div.DivClassName
{
background-color: #F6077D;
}
.BgClassName
{
background-color: #F6077D;
}
</style>
border-color css
<style>
span { border-color: #F6077D; }
span { border-color: rgb(246,7,125); }
td.TdClassName
{
border-color: #F6077D;
}
.TagClassName
{
border-color: #F6077D;
}
</style>