Shades of Deep Pink #F7168C
Tints of Deep Pink #F7168C
RGB
CMYK
RGB Variations
Color information
#F7168C (or 0xF7168C) is known color: Deep Pink. HEX triplet: F7, 16 and 8C. RGB value is (247,22,140). Sum of RGB (Red+Green+Blue) = 247+22+140=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F7168C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7168C is #08E973. Grayscale: #666666. Windows color (decimal): -584052 or 9180919. OLE color: 9180919.
HSL color Cylindrical-coordinate representation of color #F7168C: hue angle of 328.53º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7168C is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 140 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.03 |
| HSL | 328.53º | 0.93% | 0.53% | - |
| HSV(B) | 328.53º | 0.91% | 0.97% | - |
| XYZ | 43.38 | 22.24 | 26.82 | - |
| YUV | 102.73 | 149.04 | 230.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 140 | 0 | 0.91 | 0.43 | 0.03 | 328.53 | 0.93 | 0.53 |
| Hex | F7 | 16 | 8C | 0 | 5B | 2B | 3 | 149 | 5D | 35 |
| Octal | 367 | 26 | 214 | 0 | 133 | 53 | 3 | 511 | 135 | 65 |
| Binary | 11110111 | 10110 | 10001100 | 0 | 1011011 | 101011 | 11 | 101001001 | 1011101 | 110101 |
Color Harmonies of #F7168C
Complementary color
Monochromatic Colors of #F7168C
Black with #F7168C
Text Example
Text Example
White with #F7168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7168C; }
p { color: rgb(247,22,140); }
H1.HeaderClassName
{
color: #F7168C;
}
.AnyTagClassName
{
color: #F7168C;
}
</style>
background-color css
<style>
a { background-color: #F7168C; }
a { background-color: rgb(247,22,140); }
div.DivClassName
{
background-color: #F7168C;
}
.BgClassName
{
background-color: #F7168C;
}
</style>
border-color css
<style>
span { border-color: #F7168C; }
span { border-color: rgb(247,22,140); }
td.TdClassName
{
border-color: #F7168C;
}
.TagClassName
{
border-color: #F7168C;
}
</style>