Shades of Deep Pink #F7068C
Tints of Deep Pink #F7068C
RGB
CMYK
RGB Variations
Color information
#F7068C (or 0xF7068C) is known color: Deep Pink. HEX triplet: F7, 06 and 8C. RGB value is (247,6,140). Sum of RGB (Red+Green+Blue) = 247+6+140=393 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.85% from 393); Green value is 6 (2.73% from 255 or 1.53% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 247 - color contains mainly: red. Hex color #F7068C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7068C is #08F973. Grayscale: #5D5D5D. Windows color (decimal): -588148 or 9176823. OLE color: 9176823.
HSL color Cylindrical-coordinate representation of color #F7068C: hue angle of 326.64º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7068C is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 140 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.03 |
| HSL | 326.64º | 0.95% | 0.5% | - |
| HSV(B) | 326.64º | 0.98% | 0.97% | - |
| XYZ | 43.16 | 21.8 | 26.74 | - |
| YUV | 93.34 | 154.34 | 237.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 140 | 0 | 0.98 | 0.43 | 0.03 | 326.64 | 0.95 | 0.5 |
| Hex | F7 | 6 | 8C | 0 | 62 | 2B | 3 | 147 | 5F | 32 |
| Octal | 367 | 6 | 214 | 0 | 142 | 53 | 3 | 507 | 137 | 62 |
| Binary | 11110111 | 110 | 10001100 | 0 | 1100010 | 101011 | 11 | 101000111 | 1011111 | 110010 |
Color Harmonies of #F7068C
Complementary color
Monochromatic Colors of #F7068C
Black with #F7068C
Text Example
Text Example
White with #F7068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7068C; }
p { color: rgb(247,6,140); }
H1.HeaderClassName
{
color: #F7068C;
}
.AnyTagClassName
{
color: #F7068C;
}
</style>
background-color css
<style>
a { background-color: #F7068C; }
a { background-color: rgb(247,6,140); }
div.DivClassName
{
background-color: #F7068C;
}
.BgClassName
{
background-color: #F7068C;
}
</style>
border-color css
<style>
span { border-color: #F7068C; }
span { border-color: rgb(247,6,140); }
td.TdClassName
{
border-color: #F7068C;
}
.TagClassName
{
border-color: #F7068C;
}
</style>