Shades of Deep Pink #F7067E
Tints of Deep Pink #F7067E
RGB
CMYK
RGB Variations
Color information
#F7067E (or 0xF7067E) is known color: Deep Pink. HEX triplet: F7, 06 and 7E. RGB value is (247,6,126). Sum of RGB (Red+Green+Blue) = 247+6+126=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F7067E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7067E is #08F981. Grayscale: #5B5B5B. Windows color (decimal): -588162 or 8259319. OLE color: 8259319.
HSL color Cylindrical-coordinate representation of color #F7067E: hue angle of 330.12º 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 #F7067E is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 126 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.03 |
| HSL | 330.12º | 0.95% | 0.5% | - |
| HSV(B) | 330.12º | 0.98% | 0.97% | - |
| XYZ | 42.19 | 21.41 | 21.65 | - |
| YUV | 91.74 | 147.34 | 238.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 126 | 0 | 0.98 | 0.49 | 0.03 | 330.12 | 0.95 | 0.5 |
| Hex | F7 | 6 | 7E | 0 | 62 | 31 | 3 | 14A | 5F | 32 |
| Octal | 367 | 6 | 176 | 0 | 142 | 61 | 3 | 512 | 137 | 62 |
| Binary | 11110111 | 110 | 1111110 | 0 | 1100010 | 110001 | 11 | 101001010 | 1011111 | 110010 |
Color Harmonies of #F7067E
Complementary color
Monochromatic Colors of #F7067E
Black with #F7067E
Text Example
Text Example
White with #F7067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7067E; }
p { color: rgb(247,6,126); }
H1.HeaderClassName
{
color: #F7067E;
}
.AnyTagClassName
{
color: #F7067E;
}
</style>
background-color css
<style>
a { background-color: #F7067E; }
a { background-color: rgb(247,6,126); }
div.DivClassName
{
background-color: #F7067E;
}
.BgClassName
{
background-color: #F7067E;
}
</style>
border-color css
<style>
span { border-color: #F7067E; }
span { border-color: rgb(247,6,126); }
td.TdClassName
{
border-color: #F7067E;
}
.TagClassName
{
border-color: #F7067E;
}
</style>