Shades of Deep Pink #F4048B
Tints of Deep Pink #F4048B
RGB
CMYK
RGB Variations
Color information
#F4048B (or 0xF4048B) is known color: Deep Pink. HEX triplet: F4, 04 and 8B. RGB value is (244,4,139). Sum of RGB (Red+Green+Blue) = 244+4+139=387 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.05% from 387); Green value is 4 (1.95% from 255 or 1.03% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 244 - color contains mainly: red. Hex color #F4048B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4048B is #0BFB74. Grayscale: #5A5A5A. Windows color (decimal): -785269 or 9110772. OLE color: 9110772.
HSL color Cylindrical-coordinate representation of color #F4048B: hue angle of 326.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4048B is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 139 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.04 |
| HSL | 326.25º | 0.97% | 0.49% | - |
| HSV(B) | 326.25º | 0.98% | 0.96% | - |
| XYZ | 42.01 | 21.18 | 26.3 | - |
| YUV | 91.15 | 155.01 | 237.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 139 | 0 | 0.98 | 0.43 | 0.04 | 326.25 | 0.97 | 0.49 |
| Hex | F4 | 4 | 8B | 0 | 62 | 2B | 4 | 146 | 61 | 31 |
| Octal | 364 | 4 | 213 | 0 | 142 | 53 | 4 | 506 | 141 | 61 |
| Binary | 11110100 | 100 | 10001011 | 0 | 1100010 | 101011 | 100 | 101000110 | 1100001 | 110001 |
Color Harmonies of #F4048B
Complementary color
Monochromatic Colors of #F4048B
Black with #F4048B
Text Example
Text Example
White with #F4048B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4048B; }
p { color: rgb(244,4,139); }
H1.HeaderClassName
{
color: #F4048B;
}
.AnyTagClassName
{
color: #F4048B;
}
</style>
background-color css
<style>
a { background-color: #F4048B; }
a { background-color: rgb(244,4,139); }
div.DivClassName
{
background-color: #F4048B;
}
.BgClassName
{
background-color: #F4048B;
}
</style>
border-color css
<style>
span { border-color: #F4048B; }
span { border-color: rgb(244,4,139); }
td.TdClassName
{
border-color: #F4048B;
}
.TagClassName
{
border-color: #F4048B;
}
</style>