Shades of Deep Pink #F4108B
Tints of Deep Pink #F4108B
RGB
CMYK
RGB Variations
Color information
#F4108B (or 0xF4108B) is known color: Deep Pink. HEX triplet: F4, 10 and 8B. RGB value is (244,16,139). Sum of RGB (Red+Green+Blue) = 244+16+139=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F4108B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4108B is #0BEF74. Grayscale: #616161. Windows color (decimal): -782197 or 9113844. OLE color: 9113844.
HSL color Cylindrical-coordinate representation of color #F4108B: hue angle of 327.63º 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 #F4108B is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 139 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.04 |
| HSL | 327.63º | 0.91% | 0.51% | - |
| HSV(B) | 327.63º | 0.93% | 0.96% | - |
| XYZ | 42.15 | 21.47 | 26.35 | - |
| YUV | 98.19 | 151.04 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 139 | 0 | 0.93 | 0.43 | 0.04 | 327.63 | 0.91 | 0.51 |
| Hex | F4 | 10 | 8B | 0 | 5D | 2B | 4 | 148 | 5B | 33 |
| Octal | 364 | 20 | 213 | 0 | 135 | 53 | 4 | 510 | 133 | 63 |
| Binary | 11110100 | 10000 | 10001011 | 0 | 1011101 | 101011 | 100 | 101001000 | 1011011 | 110011 |
Color Harmonies of #F4108B
Complementary color
Monochromatic Colors of #F4108B
Black with #F4108B
Text Example
Text Example
White with #F4108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4108B; }
p { color: rgb(244,16,139); }
H1.HeaderClassName
{
color: #F4108B;
}
.AnyTagClassName
{
color: #F4108B;
}
</style>
background-color css
<style>
a { background-color: #F4108B; }
a { background-color: rgb(244,16,139); }
div.DivClassName
{
background-color: #F4108B;
}
.BgClassName
{
background-color: #F4108B;
}
</style>
border-color css
<style>
span { border-color: #F4108B; }
span { border-color: rgb(244,16,139); }
td.TdClassName
{
border-color: #F4108B;
}
.TagClassName
{
border-color: #F4108B;
}
</style>