Shades of Deep Pink #F1098B
Tints of Deep Pink #F1098B
RGB
CMYK
RGB Variations
Color information
#F1098B (or 0xF1098B) is known color: Deep Pink. HEX triplet: F1, 09 and 8B. RGB value is (241,9,139). Sum of RGB (Red+Green+Blue) = 241+9+139=389 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.95% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 241 - color contains mainly: red. Hex color #F1098B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1098B is #0EF674. Grayscale: #5C5C5C. Windows color (decimal): -980597 or 9112049. OLE color: 9112049.
HSL color Cylindrical-coordinate representation of color #F1098B: hue angle of 326.38º 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 #F1098B is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 139 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.05 |
| HSL | 326.38º | 0.93% | 0.49% | - |
| HSV(B) | 326.38º | 0.96% | 0.95% | - |
| XYZ | 41.03 | 20.76 | 26.27 | - |
| YUV | 93.19 | 153.86 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 139 | 0 | 0.96 | 0.42 | 0.05 | 326.38 | 0.93 | 0.49 |
| Hex | F1 | 9 | 8B | 0 | 60 | 2A | 5 | 146 | 5D | 31 |
| Octal | 361 | 11 | 213 | 0 | 140 | 52 | 5 | 506 | 135 | 61 |
| Binary | 11110001 | 1001 | 10001011 | 0 | 1100000 | 101010 | 101 | 101000110 | 1011101 | 110001 |
Color Harmonies of #F1098B
Complementary color
Monochromatic Colors of #F1098B
Black with #F1098B
Text Example
Text Example
White with #F1098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1098B; }
p { color: rgb(241,9,139); }
H1.HeaderClassName
{
color: #F1098B;
}
.AnyTagClassName
{
color: #F1098B;
}
</style>
background-color css
<style>
a { background-color: #F1098B; }
a { background-color: rgb(241,9,139); }
div.DivClassName
{
background-color: #F1098B;
}
.BgClassName
{
background-color: #F1098B;
}
</style>
border-color css
<style>
span { border-color: #F1098B; }
span { border-color: rgb(241,9,139); }
td.TdClassName
{
border-color: #F1098B;
}
.TagClassName
{
border-color: #F1098B;
}
</style>