Shades of Deep Pink #F7128F
Tints of Deep Pink #F7128F
RGB
CMYK
RGB Variations
Color information
#F7128F (or 0xF7128F) is known color: Deep Pink. HEX triplet: F7, 12 and 8F. RGB value is (247,18,143). Sum of RGB (Red+Green+Blue) = 247+18+143=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F7128F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7128F is #08ED70. Grayscale: #646464. Windows color (decimal): -585073 or 9376503. OLE color: 9376503.
HSL color Cylindrical-coordinate representation of color #F7128F: hue angle of 327.25º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7128F is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 143 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.03 |
| HSL | 327.25º | 0.93% | 0.52% | - |
| HSV(B) | 327.25º | 0.93% | 0.97% | - |
| XYZ | 43.53 | 22.19 | 27.98 | - |
| YUV | 100.72 | 151.87 | 232.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 143 | 0 | 0.93 | 0.42 | 0.03 | 327.25 | 0.93 | 0.52 |
| Hex | F7 | 12 | 8F | 0 | 5D | 2A | 3 | 147 | 5D | 34 |
| Octal | 367 | 22 | 217 | 0 | 135 | 52 | 3 | 507 | 135 | 64 |
| Binary | 11110111 | 10010 | 10001111 | 0 | 1011101 | 101010 | 11 | 101000111 | 1011101 | 110100 |
Color Harmonies of #F7128F
Complementary color
Monochromatic Colors of #F7128F
Black with #F7128F
Text Example
Text Example
White with #F7128F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7128F; }
p { color: rgb(247,18,143); }
H1.HeaderClassName
{
color: #F7128F;
}
.AnyTagClassName
{
color: #F7128F;
}
</style>
background-color css
<style>
a { background-color: #F7128F; }
a { background-color: rgb(247,18,143); }
div.DivClassName
{
background-color: #F7128F;
}
.BgClassName
{
background-color: #F7128F;
}
</style>
border-color css
<style>
span { border-color: #F7128F; }
span { border-color: rgb(247,18,143); }
td.TdClassName
{
border-color: #F7128F;
}
.TagClassName
{
border-color: #F7128F;
}
</style>