Shades of Deep Pink #F6067D
Tints of Deep Pink #F6067D
RGB
CMYK
RGB Variations
Color information
#F6067D (or 0xF6067D) is known color: Deep Pink. HEX triplet: F6, 06 and 7D. RGB value is (246,6,125). Sum of RGB (Red+Green+Blue) = 246+6+125=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F6067D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6067D is #09F982. Grayscale: #5B5B5B. Windows color (decimal): -653699 or 8193782. OLE color: 8193782.
HSL color Cylindrical-coordinate representation of color #F6067D: hue angle of 330.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 #F6067D is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 125 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.04 |
| HSL | 330.25º | 0.95% | 0.49% | - |
| HSV(B) | 330.25º | 0.98% | 0.96% | - |
| XYZ | 41.77 | 21.2 | 21.29 | - |
| YUV | 91.33 | 147.01 | 238.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 125 | 0 | 0.98 | 0.49 | 0.04 | 330.25 | 0.95 | 0.49 |
| Hex | F6 | 6 | 7D | 0 | 62 | 31 | 4 | 14A | 5F | 31 |
| Octal | 366 | 6 | 175 | 0 | 142 | 61 | 4 | 512 | 137 | 61 |
| Binary | 11110110 | 110 | 1111101 | 0 | 1100010 | 110001 | 100 | 101001010 | 1011111 | 110001 |
Color Harmonies of #F6067D
Complementary color
Monochromatic Colors of #F6067D
Black with #F6067D
Text Example
Text Example
White with #F6067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6067D; }
p { color: rgb(246,6,125); }
H1.HeaderClassName
{
color: #F6067D;
}
.AnyTagClassName
{
color: #F6067D;
}
</style>
background-color css
<style>
a { background-color: #F6067D; }
a { background-color: rgb(246,6,125); }
div.DivClassName
{
background-color: #F6067D;
}
.BgClassName
{
background-color: #F6067D;
}
</style>
border-color css
<style>
span { border-color: #F6067D; }
span { border-color: rgb(246,6,125); }
td.TdClassName
{
border-color: #F6067D;
}
.TagClassName
{
border-color: #F6067D;
}
</style>