Shades of Deep Pink #F7007F
Tints of Deep Pink #F7007F
RGB
CMYK
RGB Variations
Color information
#F7007F (or 0xF7007F) is known color: Deep Pink. HEX triplet: F7, 00 and 7F. RGB value is (247,0,127). Sum of RGB (Red+Green+Blue) = 247+0+127=374 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.04% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 247 - color contains mainly: red. Hex color #F7007F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7007F is #08FF80. Grayscale: #585858. Windows color (decimal): -589697 or 8323319. OLE color: 8323319.
HSL color Cylindrical-coordinate representation of color #F7007F: hue angle of 329.15º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7007F is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 127 | - |
| CMYK | 0 | 1 | 0.49 | 0.03 |
| HSL | 329.15º | 1% | 0.48% | - |
| HSV(B) | 329.15º | 1% | 0.97% | - |
| XYZ | 42.19 | 21.31 | 21.97 | - |
| YUV | 88.33 | 149.83 | 241.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 127 | 0 | 1 | 0.49 | 0.03 | 329.15 | 1 | 0.48 |
| Hex | F7 | 0 | 7F | 0 | 64 | 31 | 3 | 149 | 64 | 30 |
| Octal | 367 | 0 | 177 | 0 | 144 | 61 | 3 | 511 | 144 | 60 |
| Binary | 11110111 | 0 | 1111111 | 0 | 1100100 | 110001 | 11 | 101001001 | 1100100 | 110000 |
Color Harmonies of #F7007F
Complementary color
Monochromatic Colors of #F7007F
Black with #F7007F
Text Example
Text Example
White with #F7007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7007F; }
p { color: rgb(247,0,127); }
H1.HeaderClassName
{
color: #F7007F;
}
.AnyTagClassName
{
color: #F7007F;
}
</style>
background-color css
<style>
a { background-color: #F7007F; }
a { background-color: rgb(247,0,127); }
div.DivClassName
{
background-color: #F7007F;
}
.BgClassName
{
background-color: #F7007F;
}
</style>
border-color css
<style>
span { border-color: #F7007F; }
span { border-color: rgb(247,0,127); }
td.TdClassName
{
border-color: #F7007F;
}
.TagClassName
{
border-color: #F7007F;
}
</style>