Shades of Deep Pink #F9159D
Tints of Deep Pink #F9159D
RGB
CMYK
RGB Variations
Color information
#F9159D (or 0xF9159D) is known color: Deep Pink. HEX triplet: F9, 15 and 9D. RGB value is (249,21,157). Sum of RGB (Red+Green+Blue) = 249+21+157=427 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.31% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 249 - color contains mainly: red. Hex color #F9159D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9159D is #06EA62. Grayscale: #686868. Windows color (decimal): -453219 or 10294777. OLE color: 10294777.
HSL color Cylindrical-coordinate representation of color #F9159D: hue angle of 324.21º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9159D is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 157 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.02 |
| HSL | 324.21º | 0.95% | 0.53% | - |
| HSV(B) | 324.21º | 0.92% | 0.98% | - |
| XYZ | 45.42 | 23.11 | 33.97 | - |
| YUV | 104.68 | 157.54 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 157 | 0 | 0.92 | 0.37 | 0.02 | 324.21 | 0.95 | 0.53 |
| Hex | F9 | 15 | 9D | 0 | 5C | 25 | 2 | 144 | 5F | 35 |
| Octal | 371 | 25 | 235 | 0 | 134 | 45 | 2 | 504 | 137 | 65 |
| Binary | 11111001 | 10101 | 10011101 | 0 | 1011100 | 100101 | 10 | 101000100 | 1011111 | 110101 |
Color Harmonies of #F9159D
Complementary color
Monochromatic Colors of #F9159D
Black with #F9159D
Text Example
Text Example
White with #F9159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9159D; }
p { color: rgb(249,21,157); }
H1.HeaderClassName
{
color: #F9159D;
}
.AnyTagClassName
{
color: #F9159D;
}
</style>
background-color css
<style>
a { background-color: #F9159D; }
a { background-color: rgb(249,21,157); }
div.DivClassName
{
background-color: #F9159D;
}
.BgClassName
{
background-color: #F9159D;
}
</style>
border-color css
<style>
span { border-color: #F9159D; }
span { border-color: rgb(249,21,157); }
td.TdClassName
{
border-color: #F9159D;
}
.TagClassName
{
border-color: #F9159D;
}
</style>