Shades of Deep Pink #F1098C
Tints of Deep Pink #F1098C
RGB
CMYK
RGB Variations
Color information
#F1098C (or 0xF1098C) is known color: Deep Pink. HEX triplet: F1, 09 and 8C. RGB value is (241,9,140). Sum of RGB (Red+Green+Blue) = 241+9+140=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F1098C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1098C is #0EF673. Grayscale: #5D5D5D. Windows color (decimal): -980596 or 9177585. OLE color: 9177585.
HSL color Cylindrical-coordinate representation of color #F1098C: hue angle of 326.12º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1098C is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 140 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.05 |
| HSL | 326.12º | 0.93% | 0.49% | - |
| HSV(B) | 326.12º | 0.96% | 0.95% | - |
| XYZ | 41.11 | 20.79 | 26.66 | - |
| YUV | 93.3 | 154.36 | 233.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 140 | 0 | 0.96 | 0.42 | 0.05 | 326.12 | 0.93 | 0.49 |
| Hex | F1 | 9 | 8C | 0 | 60 | 2A | 5 | 146 | 5D | 31 |
| Octal | 361 | 11 | 214 | 0 | 140 | 52 | 5 | 506 | 135 | 61 |
| Binary | 11110001 | 1001 | 10001100 | 0 | 1100000 | 101010 | 101 | 101000110 | 1011101 | 110001 |
Color Harmonies of #F1098C
Complementary color
Monochromatic Colors of #F1098C
Black with #F1098C
Text Example
Text Example
White with #F1098C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1098C; }
p { color: rgb(241,9,140); }
H1.HeaderClassName
{
color: #F1098C;
}
.AnyTagClassName
{
color: #F1098C;
}
</style>
background-color css
<style>
a { background-color: #F1098C; }
a { background-color: rgb(241,9,140); }
div.DivClassName
{
background-color: #F1098C;
}
.BgClassName
{
background-color: #F1098C;
}
</style>
border-color css
<style>
span { border-color: #F1098C; }
span { border-color: rgb(241,9,140); }
td.TdClassName
{
border-color: #F1098C;
}
.TagClassName
{
border-color: #F1098C;
}
</style>