Shades of Deep Pink #F0168F
Tints of Deep Pink #F0168F
RGB
CMYK
RGB Variations
Color information
#F0168F (or 0xF0168F) is known color: Deep Pink. HEX triplet: F0, 16 and 8F. RGB value is (240,22,143). Sum of RGB (Red+Green+Blue) = 240+22+143=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0168F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0168F is #0FE970. Grayscale: #646464. Windows color (decimal): -1042801 or 9377520. OLE color: 9377520.
HSL color Cylindrical-coordinate representation of color #F0168F: hue angle of 326.7º 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 #F0168F is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 143 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.06 |
| HSL | 326.7º | 0.88% | 0.51% | - |
| HSV(B) | 326.7º | 0.91% | 0.94% | - |
| XYZ | 41.18 | 21.08 | 27.89 | - |
| YUV | 100.98 | 151.72 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 143 | 0 | 0.91 | 0.40 | 0.06 | 326.7 | 0.88 | 0.51 |
| Hex | F0 | 16 | 8F | 0 | 5B | 28 | 6 | 147 | 58 | 33 |
| Octal | 360 | 26 | 217 | 0 | 133 | 50 | 6 | 507 | 130 | 63 |
| Binary | 11110000 | 10110 | 10001111 | 0 | 1011011 | 101000 | 110 | 101000111 | 1011000 | 110011 |
Color Harmonies of #F0168F
Complementary color
Monochromatic Colors of #F0168F
Black with #F0168F
Text Example
Text Example
White with #F0168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0168F; }
p { color: rgb(240,22,143); }
H1.HeaderClassName
{
color: #F0168F;
}
.AnyTagClassName
{
color: #F0168F;
}
</style>
background-color css
<style>
a { background-color: #F0168F; }
a { background-color: rgb(240,22,143); }
div.DivClassName
{
background-color: #F0168F;
}
.BgClassName
{
background-color: #F0168F;
}
</style>
border-color css
<style>
span { border-color: #F0168F; }
span { border-color: rgb(240,22,143); }
td.TdClassName
{
border-color: #F0168F;
}
.TagClassName
{
border-color: #F0168F;
}
</style>