Shades of Deep Pink #F7017D
Tints of Deep Pink #F7017D
RGB
CMYK
RGB Variations
Color information
#F7017D (or 0xF7017D) is known color: Deep Pink. HEX triplet: F7, 01 and 7D. RGB value is (247,1,125). Sum of RGB (Red+Green+Blue) = 247+1+125=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F7017D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7017D is #08FE82. Grayscale: #585858. Windows color (decimal): -589443 or 8192503. OLE color: 8192503.
HSL color Cylindrical-coordinate representation of color #F7017D: hue angle of 329.76º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7017D is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 125 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.03 |
| HSL | 329.76º | 0.99% | 0.49% | - |
| HSV(B) | 329.76º | 1% | 0.97% | - |
| XYZ | 42.07 | 21.28 | 21.29 | - |
| YUV | 88.69 | 148.5 | 240.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 125 | 0 | 1.00 | 0.49 | 0.03 | 329.76 | 0.99 | 0.49 |
| Hex | F7 | 1 | 7D | 0 | 64 | 31 | 3 | 14A | 63 | 31 |
| Octal | 367 | 1 | 175 | 0 | 144 | 61 | 3 | 512 | 143 | 61 |
| Binary | 11110111 | 1 | 1111101 | 0 | 1100100 | 110001 | 11 | 101001010 | 1100011 | 110001 |
Color Harmonies of #F7017D
Complementary color
Monochromatic Colors of #F7017D
Black with #F7017D
Text Example
Text Example
White with #F7017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7017D; }
p { color: rgb(247,1,125); }
H1.HeaderClassName
{
color: #F7017D;
}
.AnyTagClassName
{
color: #F7017D;
}
</style>
background-color css
<style>
a { background-color: #F7017D; }
a { background-color: rgb(247,1,125); }
div.DivClassName
{
background-color: #F7017D;
}
.BgClassName
{
background-color: #F7017D;
}
</style>
border-color css
<style>
span { border-color: #F7017D; }
span { border-color: rgb(247,1,125); }
td.TdClassName
{
border-color: #F7017D;
}
.TagClassName
{
border-color: #F7017D;
}
</style>