Shades of Deep Pink #F7007D
Tints of Deep Pink #F7007D
RGB
CMYK
RGB Variations
Color information
#F7007D (or 0xF7007D) is known color: Deep Pink. HEX triplet: F7, 00 and 7D. RGB value is (247,0,125). Sum of RGB (Red+Green+Blue) = 247+0+125=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F7007D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7007D is #08FF82. Grayscale: #575757. Windows color (decimal): -589699 or 8192247. OLE color: 8192247.
HSL color Cylindrical-coordinate representation of color #F7007D: hue angle of 329.64º 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 #F7007D is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.49 | 0.03 |
| HSL | 329.64º | 1% | 0.48% | - |
| HSV(B) | 329.64º | 1% | 0.97% | - |
| XYZ | 42.06 | 21.25 | 21.29 | - |
| YUV | 88.1 | 148.83 | 241.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 125 | 0 | 1 | 0.49 | 0.03 | 329.64 | 1 | 0.48 |
| Hex | F7 | 0 | 7D | 0 | 64 | 31 | 3 | 14A | 64 | 30 |
| Octal | 367 | 0 | 175 | 0 | 144 | 61 | 3 | 512 | 144 | 60 |
| Binary | 11110111 | 0 | 1111101 | 0 | 1100100 | 110001 | 11 | 101001010 | 1100100 | 110000 |
Color Harmonies of #F7007D
Complementary color
Monochromatic Colors of #F7007D
Black with #F7007D
Text Example
Text Example
White with #F7007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7007D; }
p { color: rgb(247,0,125); }
H1.HeaderClassName
{
color: #F7007D;
}
.AnyTagClassName
{
color: #F7007D;
}
</style>
background-color css
<style>
a { background-color: #F7007D; }
a { background-color: rgb(247,0,125); }
div.DivClassName
{
background-color: #F7007D;
}
.BgClassName
{
background-color: #F7007D;
}
</style>
border-color css
<style>
span { border-color: #F7007D; }
span { border-color: rgb(247,0,125); }
td.TdClassName
{
border-color: #F7007D;
}
.TagClassName
{
border-color: #F7007D;
}
</style>