Shades of Deep Pink #F4168A
Tints of Deep Pink #F4168A
RGB
CMYK
RGB Variations
Color information
#F4168A (or 0xF4168A) is known color: Deep Pink. HEX triplet: F4, 16 and 8A. RGB value is (244,22,138). Sum of RGB (Red+Green+Blue) = 244+22+138=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F4168A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F4168A is #0BE975. Grayscale: #656565. Windows color (decimal): -780662 or 9049844. OLE color: 9049844.
HSL color Cylindrical-coordinate representation of color #F4168A: hue angle of 328.65º 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 #F4168A is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 22 | 138 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.04 |
| HSL | 328.65º | 0.91% | 0.52% | - |
| HSV(B) | 328.65º | 0.91% | 0.96% | - |
| XYZ | 42.18 | 21.64 | 26 | - |
| YUV | 101.6 | 148.55 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 22 | 138 | 0 | 0.91 | 0.43 | 0.04 | 328.65 | 0.91 | 0.52 |
| Hex | F4 | 16 | 8A | 0 | 5B | 2B | 4 | 149 | 5B | 34 |
| Octal | 364 | 26 | 212 | 0 | 133 | 53 | 4 | 511 | 133 | 64 |
| Binary | 11110100 | 10110 | 10001010 | 0 | 1011011 | 101011 | 100 | 101001001 | 1011011 | 110100 |
Color Harmonies of #F4168A
Complementary color
Monochromatic Colors of #F4168A
Black with #F4168A
Text Example
Text Example
White with #F4168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4168A; }
p { color: rgb(244,22,138); }
H1.HeaderClassName
{
color: #F4168A;
}
.AnyTagClassName
{
color: #F4168A;
}
</style>
background-color css
<style>
a { background-color: #F4168A; }
a { background-color: rgb(244,22,138); }
div.DivClassName
{
background-color: #F4168A;
}
.BgClassName
{
background-color: #F4168A;
}
</style>
border-color css
<style>
span { border-color: #F4168A; }
span { border-color: rgb(244,22,138); }
td.TdClassName
{
border-color: #F4168A;
}
.TagClassName
{
border-color: #F4168A;
}
</style>