Shades of Deep Pink #F8169D
Tints of Deep Pink #F8169D
RGB
CMYK
RGB Variations
Color information
#F8169D (or 0xF8169D) is known color: Deep Pink. HEX triplet: F8, 16 and 9D. RGB value is (248,22,157). Sum of RGB (Red+Green+Blue) = 248+22+157=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 22 (8.98% from 255 or 5.15% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F8169D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8169D is #07E962. Grayscale: #686868. Windows color (decimal): -518499 or 10295032. OLE color: 10295032.
HSL color Cylindrical-coordinate representation of color #F8169D: hue angle of 324.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F8169D is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 157 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.03 |
| HSL | 324.16º | 0.94% | 0.53% | - |
| HSV(B) | 324.16º | 0.91% | 0.97% | - |
| XYZ | 45.08 | 22.96 | 33.95 | - |
| YUV | 104.96 | 157.37 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 157 | 0 | 0.91 | 0.37 | 0.03 | 324.16 | 0.94 | 0.53 |
| Hex | F8 | 16 | 9D | 0 | 5B | 25 | 3 | 144 | 5E | 35 |
| Octal | 370 | 26 | 235 | 0 | 133 | 45 | 3 | 504 | 136 | 65 |
| Binary | 11111000 | 10110 | 10011101 | 0 | 1011011 | 100101 | 11 | 101000100 | 1011110 | 110101 |
Color Harmonies of #F8169D
Complementary color
Monochromatic Colors of #F8169D
Black with #F8169D
Text Example
Text Example
White with #F8169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8169D; }
p { color: rgb(248,22,157); }
H1.HeaderClassName
{
color: #F8169D;
}
.AnyTagClassName
{
color: #F8169D;
}
</style>
background-color css
<style>
a { background-color: #F8169D; }
a { background-color: rgb(248,22,157); }
div.DivClassName
{
background-color: #F8169D;
}
.BgClassName
{
background-color: #F8169D;
}
</style>
border-color css
<style>
span { border-color: #F8169D; }
span { border-color: rgb(248,22,157); }
td.TdClassName
{
border-color: #F8169D;
}
.TagClassName
{
border-color: #F8169D;
}
</style>