Shades of Deep Pink #F0169D
Tints of Deep Pink #F0169D
RGB
CMYK
RGB Variations
Color information
#F0169D (or 0xF0169D) is known color: Deep Pink. HEX triplet: F0, 16 and 9D. RGB value is (240,22,157). Sum of RGB (Red+Green+Blue) = 240+22+157=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0169D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0169D is #0FE962. Grayscale: #666666. Windows color (decimal): -1042787 or 10295024. OLE color: 10295024.
HSL color Cylindrical-coordinate representation of color #F0169D: hue angle of 322.84º 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 #F0169D is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 22 | 157 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.06 |
| HSL | 322.84º | 0.88% | 0.51% | - |
| HSV(B) | 322.84º | 0.91% | 0.94% | - |
| XYZ | 42.31 | 21.53 | 33.82 | - |
| YUV | 102.57 | 158.72 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 22 | 157 | 0 | 0.91 | 0.35 | 0.06 | 322.84 | 0.88 | 0.51 |
| Hex | F0 | 16 | 9D | 0 | 5B | 23 | 6 | 143 | 58 | 33 |
| Octal | 360 | 26 | 235 | 0 | 133 | 43 | 6 | 503 | 130 | 63 |
| Binary | 11110000 | 10110 | 10011101 | 0 | 1011011 | 100011 | 110 | 101000011 | 1011000 | 110011 |
Color Harmonies of #F0169D
Complementary color
Monochromatic Colors of #F0169D
Black with #F0169D
Text Example
Text Example
White with #F0169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0169D; }
p { color: rgb(240,22,157); }
H1.HeaderClassName
{
color: #F0169D;
}
.AnyTagClassName
{
color: #F0169D;
}
</style>
background-color css
<style>
a { background-color: #F0169D; }
a { background-color: rgb(240,22,157); }
div.DivClassName
{
background-color: #F0169D;
}
.BgClassName
{
background-color: #F0169D;
}
</style>
border-color css
<style>
span { border-color: #F0169D; }
span { border-color: rgb(240,22,157); }
td.TdClassName
{
border-color: #F0169D;
}
.TagClassName
{
border-color: #F0169D;
}
</style>