Shades of Deep Pink #F4078D
Tints of Deep Pink #F4078D
RGB
CMYK
RGB Variations
Color information
#F4078D (or 0xF4078D) is known color: Deep Pink. HEX triplet: F4, 07 and 8D. RGB value is (244,7,141). Sum of RGB (Red+Green+Blue) = 244+7+141=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F4078D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4078D is #0BF872. Grayscale: #5C5C5C. Windows color (decimal): -784499 or 9242612. OLE color: 9242612.
HSL color Cylindrical-coordinate representation of color #F4078D: hue angle of 326.08º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4078D is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 141 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.04 |
| HSL | 326.08º | 0.94% | 0.49% | - |
| HSV(B) | 326.08º | 0.97% | 0.96% | - |
| XYZ | 42.19 | 21.31 | 27.09 | - |
| YUV | 93.14 | 155.02 | 235.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 141 | 0 | 0.97 | 0.42 | 0.04 | 326.08 | 0.94 | 0.49 |
| Hex | F4 | 7 | 8D | 0 | 61 | 2A | 4 | 146 | 5E | 31 |
| Octal | 364 | 7 | 215 | 0 | 141 | 52 | 4 | 506 | 136 | 61 |
| Binary | 11110100 | 111 | 10001101 | 0 | 1100001 | 101010 | 100 | 101000110 | 1011110 | 110001 |
Color Harmonies of #F4078D
Complementary color
Monochromatic Colors of #F4078D
Black with #F4078D
Text Example
Text Example
White with #F4078D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4078D; }
p { color: rgb(244,7,141); }
H1.HeaderClassName
{
color: #F4078D;
}
.AnyTagClassName
{
color: #F4078D;
}
</style>
background-color css
<style>
a { background-color: #F4078D; }
a { background-color: rgb(244,7,141); }
div.DivClassName
{
background-color: #F4078D;
}
.BgClassName
{
background-color: #F4078D;
}
</style>
border-color css
<style>
span { border-color: #F4078D; }
span { border-color: rgb(244,7,141); }
td.TdClassName
{
border-color: #F4078D;
}
.TagClassName
{
border-color: #F4078D;
}
</style>