Shades of Deep Pink #F6068D
Tints of Deep Pink #F6068D
RGB
CMYK
RGB Variations
Color information
#F6068D (or 0xF6068D) is known color: Deep Pink. HEX triplet: F6, 06 and 8D. RGB value is (246,6,141). Sum of RGB (Red+Green+Blue) = 246+6+141=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F6068D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6068D is #09F972. Grayscale: #5C5C5C. Windows color (decimal): -653683 or 9242358. OLE color: 9242358.
HSL color Cylindrical-coordinate representation of color #F6068D: hue angle of 326.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 #F6068D is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 141 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.04 |
| HSL | 326.25º | 0.95% | 0.49% | - |
| HSV(B) | 326.25º | 0.98% | 0.96% | - |
| XYZ | 42.88 | 21.65 | 27.12 | - |
| YUV | 93.15 | 155.01 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 141 | 0 | 0.98 | 0.43 | 0.04 | 326.25 | 0.95 | 0.49 |
| Hex | F6 | 6 | 8D | 0 | 62 | 2B | 4 | 146 | 5F | 31 |
| Octal | 366 | 6 | 215 | 0 | 142 | 53 | 4 | 506 | 137 | 61 |
| Binary | 11110110 | 110 | 10001101 | 0 | 1100010 | 101011 | 100 | 101000110 | 1011111 | 110001 |
Color Harmonies of #F6068D
Complementary color
Monochromatic Colors of #F6068D
Black with #F6068D
Text Example
Text Example
White with #F6068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6068D; }
p { color: rgb(246,6,141); }
H1.HeaderClassName
{
color: #F6068D;
}
.AnyTagClassName
{
color: #F6068D;
}
</style>
background-color css
<style>
a { background-color: #F6068D; }
a { background-color: rgb(246,6,141); }
div.DivClassName
{
background-color: #F6068D;
}
.BgClassName
{
background-color: #F6068D;
}
</style>
border-color css
<style>
span { border-color: #F6068D; }
span { border-color: rgb(246,6,141); }
td.TdClassName
{
border-color: #F6068D;
}
.TagClassName
{
border-color: #F6068D;
}
</style>