Shades of Deep Pink #F4108F
Tints of Deep Pink #F4108F
RGB
CMYK
RGB Variations
Color information
#F4108F (or 0xF4108F) is known color: Deep Pink. HEX triplet: F4, 10 and 8F. RGB value is (244,16,143). Sum of RGB (Red+Green+Blue) = 244+16+143=403 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.55% from 403); Green value is 16 (6.64% from 255 or 3.97% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 244 - color contains mainly: red. Hex color #F4108F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4108F is #0BEF70. Grayscale: #626262. Windows color (decimal): -782193 or 9375988. OLE color: 9375988.
HSL color Cylindrical-coordinate representation of color #F4108F: hue angle of 326.58º 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 #F4108F is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 143 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.04 |
| HSL | 326.58º | 0.91% | 0.51% | - |
| HSV(B) | 326.58º | 0.93% | 0.96% | - |
| XYZ | 42.45 | 21.59 | 27.92 | - |
| YUV | 98.65 | 153.04 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 143 | 0 | 0.93 | 0.41 | 0.04 | 326.58 | 0.91 | 0.51 |
| Hex | F4 | 10 | 8F | 0 | 5D | 29 | 4 | 147 | 5B | 33 |
| Octal | 364 | 20 | 217 | 0 | 135 | 51 | 4 | 507 | 133 | 63 |
| Binary | 11110100 | 10000 | 10001111 | 0 | 1011101 | 101001 | 100 | 101000111 | 1011011 | 110011 |
Color Harmonies of #F4108F
Complementary color
Monochromatic Colors of #F4108F
Black with #F4108F
Text Example
Text Example
White with #F4108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4108F; }
p { color: rgb(244,16,143); }
H1.HeaderClassName
{
color: #F4108F;
}
.AnyTagClassName
{
color: #F4108F;
}
</style>
background-color css
<style>
a { background-color: #F4108F; }
a { background-color: rgb(244,16,143); }
div.DivClassName
{
background-color: #F4108F;
}
.BgClassName
{
background-color: #F4108F;
}
</style>
border-color css
<style>
span { border-color: #F4108F; }
span { border-color: rgb(244,16,143); }
td.TdClassName
{
border-color: #F4108F;
}
.TagClassName
{
border-color: #F4108F;
}
</style>