Shades of Deep Pink #F7148B
Tints of Deep Pink #F7148B
RGB
CMYK
RGB Variations
Color information
#F7148B (or 0xF7148B) is known color: Deep Pink. HEX triplet: F7, 14 and 8B. RGB value is (247,20,139). Sum of RGB (Red+Green+Blue) = 247+20+139=406 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.84% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 247 - color contains mainly: red. Hex color #F7148B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F7148B is #08EB74. Grayscale: #656565. Windows color (decimal): -584565 or 9114871. OLE color: 9114871.
HSL color Cylindrical-coordinate representation of color #F7148B: hue angle of 328.55º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F7148B is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 20 | 139 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.03 |
| HSL | 328.55º | 0.93% | 0.52% | - |
| HSV(B) | 328.55º | 0.92% | 0.97% | - |
| XYZ | 43.27 | 22.14 | 26.42 | - |
| YUV | 101.44 | 149.21 | 231.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 20 | 139 | 0 | 0.92 | 0.44 | 0.03 | 328.55 | 0.93 | 0.52 |
| Hex | F7 | 14 | 8B | 0 | 5C | 2C | 3 | 149 | 5D | 34 |
| Octal | 367 | 24 | 213 | 0 | 134 | 54 | 3 | 511 | 135 | 64 |
| Binary | 11110111 | 10100 | 10001011 | 0 | 1011100 | 101100 | 11 | 101001001 | 1011101 | 110100 |
Color Harmonies of #F7148B
Complementary color
Monochromatic Colors of #F7148B
Black with #F7148B
Text Example
Text Example
White with #F7148B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7148B; }
p { color: rgb(247,20,139); }
H1.HeaderClassName
{
color: #F7148B;
}
.AnyTagClassName
{
color: #F7148B;
}
</style>
background-color css
<style>
a { background-color: #F7148B; }
a { background-color: rgb(247,20,139); }
div.DivClassName
{
background-color: #F7148B;
}
.BgClassName
{
background-color: #F7148B;
}
</style>
border-color css
<style>
span { border-color: #F7148B; }
span { border-color: rgb(247,20,139); }
td.TdClassName
{
border-color: #F7148B;
}
.TagClassName
{
border-color: #F7148B;
}
</style>