Shades of Deep Pink #F9098C
Tints of Deep Pink #F9098C
RGB
CMYK
RGB Variations
Color information
#F9098C (or 0xF9098C) is known color: Deep Pink. HEX triplet: F9, 09 and 8C. RGB value is (249,9,140). Sum of RGB (Red+Green+Blue) = 249+9+140=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 9 (3.91% from 255 or 2.26% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F9098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9098C is #06F673. Grayscale: #5F5F5F. Windows color (decimal): -456308 or 9177593. OLE color: 9177593.
HSL color Cylindrical-coordinate representation of color #F9098C: hue angle of 327.25º 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 #F9098C is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 140 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.02 |
| HSL | 327.25º | 0.95% | 0.51% | - |
| HSV(B) | 327.25º | 0.96% | 0.98% | - |
| XYZ | 43.9 | 22.23 | 26.79 | - |
| YUV | 95.69 | 153.01 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 140 | 0 | 0.96 | 0.44 | 0.02 | 327.25 | 0.95 | 0.51 |
| Hex | F9 | 9 | 8C | 0 | 60 | 2C | 2 | 147 | 5F | 33 |
| Octal | 371 | 11 | 214 | 0 | 140 | 54 | 2 | 507 | 137 | 63 |
| Binary | 11111001 | 1001 | 10001100 | 0 | 1100000 | 101100 | 10 | 101000111 | 1011111 | 110011 |
Color Harmonies of #F9098C
Complementary color
Monochromatic Colors of #F9098C
Black with #F9098C
Text Example
Text Example
White with #F9098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9098C; }
p { color: rgb(249,9,140); }
H1.HeaderClassName
{
color: #F9098C;
}
.AnyTagClassName
{
color: #F9098C;
}
</style>
background-color css
<style>
a { background-color: #F9098C; }
a { background-color: rgb(249,9,140); }
div.DivClassName
{
background-color: #F9098C;
}
.BgClassName
{
background-color: #F9098C;
}
</style>
border-color css
<style>
span { border-color: #F9098C; }
span { border-color: rgb(249,9,140); }
td.TdClassName
{
border-color: #F9098C;
}
.TagClassName
{
border-color: #F9098C;
}
</style>