Shades of Deep Pink #F4067C
Tints of Deep Pink #F4067C
RGB
CMYK
RGB Variations
Color information
#F4067C (or 0xF4067C) is known color: Deep Pink. HEX triplet: F4, 06 and 7C. RGB value is (244,6,124). Sum of RGB (Red+Green+Blue) = 244+6+124=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F4067C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4067C is #0BF983. Grayscale: #5A5A5A. Windows color (decimal): -784772 or 8128244. OLE color: 8128244.
HSL color Cylindrical-coordinate representation of color #F4067C: hue angle of 330.25º degrees, saturation: 0.95, 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 #F4067C is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 6 | 124 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.04 |
| HSL | 330.25º | 0.95% | 0.49% | - |
| HSV(B) | 330.25º | 0.98% | 0.96% | - |
| XYZ | 41.01 | 20.82 | 20.93 | - |
| YUV | 90.61 | 146.85 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 6 | 124 | 0 | 0.98 | 0.49 | 0.04 | 330.25 | 0.95 | 0.49 |
| Hex | F4 | 6 | 7C | 0 | 62 | 31 | 4 | 14A | 5F | 31 |
| Octal | 364 | 6 | 174 | 0 | 142 | 61 | 4 | 512 | 137 | 61 |
| Binary | 11110100 | 110 | 1111100 | 0 | 1100010 | 110001 | 100 | 101001010 | 1011111 | 110001 |
Color Harmonies of #F4067C
Complementary color
Monochromatic Colors of #F4067C
Black with #F4067C
Text Example
Text Example
White with #F4067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4067C; }
p { color: rgb(244,6,124); }
H1.HeaderClassName
{
color: #F4067C;
}
.AnyTagClassName
{
color: #F4067C;
}
</style>
background-color css
<style>
a { background-color: #F4067C; }
a { background-color: rgb(244,6,124); }
div.DivClassName
{
background-color: #F4067C;
}
.BgClassName
{
background-color: #F4067C;
}
</style>
border-color css
<style>
span { border-color: #F4067C; }
span { border-color: rgb(244,6,124); }
td.TdClassName
{
border-color: #F4067C;
}
.TagClassName
{
border-color: #F4067C;
}
</style>