Shades of Deep Pink #F9098D
Tints of Deep Pink #F9098D
RGB
CMYK
RGB Variations
Color information
#F9098D (or 0xF9098D) is known color: Deep Pink. HEX triplet: F9, 09 and 8D. RGB value is (249,9,141). Sum of RGB (Red+Green+Blue) = 249+9+141=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 9 (3.91% from 255 or 2.26% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F9098D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9098D is #06F672. Grayscale: #5F5F5F. Windows color (decimal): -456307 or 9243129. OLE color: 9243129.
HSL color Cylindrical-coordinate representation of color #F9098D: hue angle of 327º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9098D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.02 |
| HSL | 327º | 0.95% | 0.51% | - |
| HSV(B) | 327º | 0.96% | 0.98% | - |
| XYZ | 43.97 | 22.26 | 27.18 | - |
| YUV | 95.81 | 153.51 | 237.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 141 | 0 | 0.96 | 0.43 | 0.02 | 327 | 0.95 | 0.51 |
| Hex | F9 | 9 | 8D | 0 | 60 | 2B | 2 | 147 | 5F | 33 |
| Octal | 371 | 11 | 215 | 0 | 140 | 53 | 2 | 507 | 137 | 63 |
| Binary | 11111001 | 1001 | 10001101 | 0 | 1100000 | 101011 | 10 | 101000111 | 1011111 | 110011 |
Color Harmonies of #F9098D
Complementary color
Monochromatic Colors of #F9098D
Black with #F9098D
Text Example
Text Example
White with #F9098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9098D; }
p { color: rgb(249,9,141); }
H1.HeaderClassName
{
color: #F9098D;
}
.AnyTagClassName
{
color: #F9098D;
}
</style>
background-color css
<style>
a { background-color: #F9098D; }
a { background-color: rgb(249,9,141); }
div.DivClassName
{
background-color: #F9098D;
}
.BgClassName
{
background-color: #F9098D;
}
</style>
border-color css
<style>
span { border-color: #F9098D; }
span { border-color: rgb(249,9,141); }
td.TdClassName
{
border-color: #F9098D;
}
.TagClassName
{
border-color: #F9098D;
}
</style>