Shades of Deep Pink #F4168C
Tints of Deep Pink #F4168C
RGB
CMYK
RGB Variations
Color information
#F4168C (or 0xF4168C) is known color: Deep Pink. HEX triplet: F4, 16 and 8C. RGB value is (244,22,140). Sum of RGB (Red+Green+Blue) = 244+22+140=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F4168C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4168C is #0BE973. Grayscale: #656565. Windows color (decimal): -780660 or 9180916. OLE color: 9180916.
HSL color Cylindrical-coordinate representation of color #F4168C: hue angle of 328.11º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F4168C is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 140 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.04 |
| HSL | 328.11º | 0.91% | 0.52% | - |
| HSV(B) | 328.11º | 0.91% | 0.96% | - |
| XYZ | 42.33 | 21.7 | 26.77 | - |
| YUV | 101.83 | 149.55 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 140 | 0 | 0.91 | 0.43 | 0.04 | 328.11 | 0.91 | 0.52 |
| Hex | F4 | 16 | 8C | 0 | 5B | 2B | 4 | 148 | 5B | 34 |
| Octal | 364 | 26 | 214 | 0 | 133 | 53 | 4 | 510 | 133 | 64 |
| Binary | 11110100 | 10110 | 10001100 | 0 | 1011011 | 101011 | 100 | 101001000 | 1011011 | 110100 |
Color Harmonies of #F4168C
Complementary color
Monochromatic Colors of #F4168C
Black with #F4168C
Text Example
Text Example
White with #F4168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4168C; }
p { color: rgb(244,22,140); }
H1.HeaderClassName
{
color: #F4168C;
}
.AnyTagClassName
{
color: #F4168C;
}
</style>
background-color css
<style>
a { background-color: #F4168C; }
a { background-color: rgb(244,22,140); }
div.DivClassName
{
background-color: #F4168C;
}
.BgClassName
{
background-color: #F4168C;
}
</style>
border-color css
<style>
span { border-color: #F4168C; }
span { border-color: rgb(244,22,140); }
td.TdClassName
{
border-color: #F4168C;
}
.TagClassName
{
border-color: #F4168C;
}
</style>