Shades of Deep Pink #F0168C
Tints of Deep Pink #F0168C
RGB
CMYK
RGB Variations
Color information
#F0168C (or 0xF0168C) is known color: Deep Pink. HEX triplet: F0, 16 and 8C. RGB value is (240,22,140). Sum of RGB (Red+Green+Blue) = 240+22+140=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F0168C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0168C is #0FE973. Grayscale: #646464. Windows color (decimal): -1042804 or 9180912. OLE color: 9180912.
HSL color Cylindrical-coordinate representation of color #F0168C: hue angle of 327.52º 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 #F0168C is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 140 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.06 |
| HSL | 327.52º | 0.88% | 0.51% | - |
| HSV(B) | 327.52º | 0.91% | 0.94% | - |
| XYZ | 40.96 | 20.99 | 26.7 | - |
| YUV | 100.63 | 150.22 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 140 | 0 | 0.91 | 0.42 | 0.06 | 327.52 | 0.88 | 0.51 |
| Hex | F0 | 16 | 8C | 0 | 5B | 2A | 6 | 148 | 58 | 33 |
| Octal | 360 | 26 | 214 | 0 | 133 | 52 | 6 | 510 | 130 | 63 |
| Binary | 11110000 | 10110 | 10001100 | 0 | 1011011 | 101010 | 110 | 101001000 | 1011000 | 110011 |
Color Harmonies of #F0168C
Complementary color
Monochromatic Colors of #F0168C
Black with #F0168C
Text Example
Text Example
White with #F0168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0168C; }
p { color: rgb(240,22,140); }
H1.HeaderClassName
{
color: #F0168C;
}
.AnyTagClassName
{
color: #F0168C;
}
</style>
background-color css
<style>
a { background-color: #F0168C; }
a { background-color: rgb(240,22,140); }
div.DivClassName
{
background-color: #F0168C;
}
.BgClassName
{
background-color: #F0168C;
}
</style>
border-color css
<style>
span { border-color: #F0168C; }
span { border-color: rgb(240,22,140); }
td.TdClassName
{
border-color: #F0168C;
}
.TagClassName
{
border-color: #F0168C;
}
</style>