Shades of Deep Pink #F0168E
Tints of Deep Pink #F0168E
RGB
CMYK
RGB Variations
Color information
#F0168E (or 0xF0168E) is known color: Deep Pink. HEX triplet: F0, 16 and 8E. RGB value is (240,22,142). Sum of RGB (Red+Green+Blue) = 240+22+142=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0168E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0168E is #0FE971. Grayscale: #646464. Windows color (decimal): -1042802 or 9311984. OLE color: 9311984.
HSL color Cylindrical-coordinate representation of color #F0168E: hue angle of 326.97º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0168E is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 142 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.06 |
| HSL | 326.97º | 0.88% | 0.51% | - |
| HSV(B) | 326.97º | 0.91% | 0.94% | - |
| XYZ | 41.1 | 21.05 | 27.49 | - |
| YUV | 100.86 | 151.22 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 142 | 0 | 0.91 | 0.41 | 0.06 | 326.97 | 0.88 | 0.51 |
| Hex | F0 | 16 | 8E | 0 | 5B | 29 | 6 | 147 | 58 | 33 |
| Octal | 360 | 26 | 216 | 0 | 133 | 51 | 6 | 507 | 130 | 63 |
| Binary | 11110000 | 10110 | 10001110 | 0 | 1011011 | 101001 | 110 | 101000111 | 1011000 | 110011 |
Color Harmonies of #F0168E
Complementary color
Monochromatic Colors of #F0168E
Black with #F0168E
Text Example
Text Example
White with #F0168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0168E; }
p { color: rgb(240,22,142); }
H1.HeaderClassName
{
color: #F0168E;
}
.AnyTagClassName
{
color: #F0168E;
}
</style>
background-color css
<style>
a { background-color: #F0168E; }
a { background-color: rgb(240,22,142); }
div.DivClassName
{
background-color: #F0168E;
}
.BgClassName
{
background-color: #F0168E;
}
</style>
border-color css
<style>
span { border-color: #F0168E; }
span { border-color: rgb(240,22,142); }
td.TdClassName
{
border-color: #F0168E;
}
.TagClassName
{
border-color: #F0168E;
}
</style>