Shades of Deep Pink #F7018D
Tints of Deep Pink #F7018D
RGB
CMYK
RGB Variations
Color information
#F7018D (or 0xF7018D) is known color: Deep Pink. HEX triplet: F7, 01 and 8D. RGB value is (247,1,141). Sum of RGB (Red+Green+Blue) = 247+1+141=389 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.50% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 247 - color contains mainly: red. Hex color #F7018D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7018D is #08FE72. Grayscale: #5A5A5A. Windows color (decimal): -589427 or 9241079. OLE color: 9241079.
HSL color Cylindrical-coordinate representation of color #F7018D: hue angle of 325.85º 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 #F7018D is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 141 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.03 |
| HSL | 325.85º | 0.99% | 0.49% | - |
| HSV(B) | 325.85º | 1% | 0.97% | - |
| XYZ | 43.18 | 21.72 | 27.12 | - |
| YUV | 90.51 | 156.5 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 141 | 0 | 1.00 | 0.43 | 0.03 | 325.85 | 0.99 | 0.49 |
| Hex | F7 | 1 | 8D | 0 | 64 | 2B | 3 | 146 | 63 | 31 |
| Octal | 367 | 1 | 215 | 0 | 144 | 53 | 3 | 506 | 143 | 61 |
| Binary | 11110111 | 1 | 10001101 | 0 | 1100100 | 101011 | 11 | 101000110 | 1100011 | 110001 |
Color Harmonies of #F7018D
Complementary color
Monochromatic Colors of #F7018D
Black with #F7018D
Text Example
Text Example
White with #F7018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7018D; }
p { color: rgb(247,1,141); }
H1.HeaderClassName
{
color: #F7018D;
}
.AnyTagClassName
{
color: #F7018D;
}
</style>
background-color css
<style>
a { background-color: #F7018D; }
a { background-color: rgb(247,1,141); }
div.DivClassName
{
background-color: #F7018D;
}
.BgClassName
{
background-color: #F7018D;
}
</style>
border-color css
<style>
span { border-color: #F7018D; }
span { border-color: rgb(247,1,141); }
td.TdClassName
{
border-color: #F7018D;
}
.TagClassName
{
border-color: #F7018D;
}
</style>