Shades of Deep Pink #F4107D
Tints of Deep Pink #F4107D
RGB
CMYK
RGB Variations
Color information
#F4107D (or 0xF4107D) is known color: Deep Pink. HEX triplet: F4, 10 and 7D. RGB value is (244,16,125). Sum of RGB (Red+Green+Blue) = 244+16+125=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F4107D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F4107D is #0BEF82. Grayscale: #606060. Windows color (decimal): -782211 or 8196340. OLE color: 8196340.
HSL color Cylindrical-coordinate representation of color #F4107D: hue angle of 331.32º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4107D is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 125 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.04 |
| HSL | 331.32º | 0.91% | 0.51% | - |
| HSV(B) | 331.32º | 0.93% | 0.96% | - |
| XYZ | 41.2 | 21.08 | 21.3 | - |
| YUV | 96.6 | 144.04 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 125 | 0 | 0.93 | 0.49 | 0.04 | 331.32 | 0.91 | 0.51 |
| Hex | F4 | 10 | 7D | 0 | 5D | 31 | 4 | 14B | 5B | 33 |
| Octal | 364 | 20 | 175 | 0 | 135 | 61 | 4 | 513 | 133 | 63 |
| Binary | 11110100 | 10000 | 1111101 | 0 | 1011101 | 110001 | 100 | 101001011 | 1011011 | 110011 |
Color Harmonies of #F4107D
Complementary color
Monochromatic Colors of #F4107D
Black with #F4107D
Text Example
Text Example
White with #F4107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4107D; }
p { color: rgb(244,16,125); }
H1.HeaderClassName
{
color: #F4107D;
}
.AnyTagClassName
{
color: #F4107D;
}
</style>
background-color css
<style>
a { background-color: #F4107D; }
a { background-color: rgb(244,16,125); }
div.DivClassName
{
background-color: #F4107D;
}
.BgClassName
{
background-color: #F4107D;
}
</style>
border-color css
<style>
span { border-color: #F4107D; }
span { border-color: rgb(244,16,125); }
td.TdClassName
{
border-color: #F4107D;
}
.TagClassName
{
border-color: #F4107D;
}
</style>