Shades of Deep Pink #F4078C
Tints of Deep Pink #F4078C
RGB
CMYK
RGB Variations
Color information
#F4078C (or 0xF4078C) is known color: Deep Pink. HEX triplet: F4, 07 and 8C. RGB value is (244,7,140). Sum of RGB (Red+Green+Blue) = 244+7+140=391 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.40% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 244 - color contains mainly: red. Hex color #F4078C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4078C is #0BF873. Grayscale: #5C5C5C. Windows color (decimal): -784500 or 9177076. OLE color: 9177076.
HSL color Cylindrical-coordinate representation of color #F4078C: hue angle of 326.33º 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 #F4078C is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 140 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.04 |
| HSL | 326.33º | 0.94% | 0.49% | - |
| HSV(B) | 326.33º | 0.97% | 0.96% | - |
| XYZ | 42.12 | 21.28 | 26.7 | - |
| YUV | 93.03 | 154.52 | 235.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 140 | 0 | 0.97 | 0.43 | 0.04 | 326.33 | 0.94 | 0.49 |
| Hex | F4 | 7 | 8C | 0 | 61 | 2B | 4 | 146 | 5E | 31 |
| Octal | 364 | 7 | 214 | 0 | 141 | 53 | 4 | 506 | 136 | 61 |
| Binary | 11110100 | 111 | 10001100 | 0 | 1100001 | 101011 | 100 | 101000110 | 1011110 | 110001 |
Color Harmonies of #F4078C
Complementary color
Monochromatic Colors of #F4078C
Black with #F4078C
Text Example
Text Example
White with #F4078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4078C; }
p { color: rgb(244,7,140); }
H1.HeaderClassName
{
color: #F4078C;
}
.AnyTagClassName
{
color: #F4078C;
}
</style>
background-color css
<style>
a { background-color: #F4078C; }
a { background-color: rgb(244,7,140); }
div.DivClassName
{
background-color: #F4078C;
}
.BgClassName
{
background-color: #F4078C;
}
</style>
border-color css
<style>
span { border-color: #F4078C; }
span { border-color: rgb(244,7,140); }
td.TdClassName
{
border-color: #F4078C;
}
.TagClassName
{
border-color: #F4078C;
}
</style>