Shades of Deep Pink #F9158C
Tints of Deep Pink #F9158C
RGB
CMYK
RGB Variations
Color information
#F9158C (or 0xF9158C) is known color: Deep Pink. HEX triplet: F9, 15 and 8C. RGB value is (249,21,140). Sum of RGB (Red+Green+Blue) = 249+21+140=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9158C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9158C is #06EA73. Grayscale: #666666. Windows color (decimal): -453236 or 9180665. OLE color: 9180665.
HSL color Cylindrical-coordinate representation of color #F9158C: hue angle of 328.68º 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 #F9158C is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 140 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.02 |
| HSL | 328.68º | 0.95% | 0.53% | - |
| HSV(B) | 328.68º | 0.92% | 0.98% | - |
| XYZ | 44.07 | 22.57 | 26.84 | - |
| YUV | 102.74 | 149.04 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 140 | 0 | 0.92 | 0.44 | 0.02 | 328.68 | 0.95 | 0.53 |
| Hex | F9 | 15 | 8C | 0 | 5C | 2C | 2 | 149 | 5F | 35 |
| Octal | 371 | 25 | 214 | 0 | 134 | 54 | 2 | 511 | 137 | 65 |
| Binary | 11111001 | 10101 | 10001100 | 0 | 1011100 | 101100 | 10 | 101001001 | 1011111 | 110101 |
Color Harmonies of #F9158C
Complementary color
Monochromatic Colors of #F9158C
Black with #F9158C
Text Example
Text Example
White with #F9158C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9158C; }
p { color: rgb(249,21,140); }
H1.HeaderClassName
{
color: #F9158C;
}
.AnyTagClassName
{
color: #F9158C;
}
</style>
background-color css
<style>
a { background-color: #F9158C; }
a { background-color: rgb(249,21,140); }
div.DivClassName
{
background-color: #F9158C;
}
.BgClassName
{
background-color: #F9158C;
}
</style>
border-color css
<style>
span { border-color: #F9158C; }
span { border-color: rgb(249,21,140); }
td.TdClassName
{
border-color: #F9158C;
}
.TagClassName
{
border-color: #F9158C;
}
</style>