Shades of Deep Pink #F1097E
Tints of Deep Pink #F1097E
RGB
CMYK
RGB Variations
Color information
#F1097E (or 0xF1097E) is known color: Deep Pink. HEX triplet: F1, 09 and 7E. RGB value is (241,9,126). Sum of RGB (Red+Green+Blue) = 241+9+126=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F1097E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1097E is #0EF681. Grayscale: #5B5B5B. Windows color (decimal): -980610 or 8260081. OLE color: 8260081.
HSL color Cylindrical-coordinate representation of color #F1097E: hue angle of 329.74º 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 #F1097E is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 126 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.05 |
| HSL | 329.74º | 0.93% | 0.49% | - |
| HSV(B) | 329.74º | 0.96% | 0.95% | - |
| XYZ | 40.14 | 20.4 | 21.56 | - |
| YUV | 91.71 | 147.36 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 126 | 0 | 0.96 | 0.48 | 0.05 | 329.74 | 0.93 | 0.49 |
| Hex | F1 | 9 | 7E | 0 | 60 | 30 | 5 | 14A | 5D | 31 |
| Octal | 361 | 11 | 176 | 0 | 140 | 60 | 5 | 512 | 135 | 61 |
| Binary | 11110001 | 1001 | 1111110 | 0 | 1100000 | 110000 | 101 | 101001010 | 1011101 | 110001 |
Color Harmonies of #F1097E
Complementary color
Monochromatic Colors of #F1097E
Black with #F1097E
Text Example
Text Example
White with #F1097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1097E; }
p { color: rgb(241,9,126); }
H1.HeaderClassName
{
color: #F1097E;
}
.AnyTagClassName
{
color: #F1097E;
}
</style>
background-color css
<style>
a { background-color: #F1097E; }
a { background-color: rgb(241,9,126); }
div.DivClassName
{
background-color: #F1097E;
}
.BgClassName
{
background-color: #F1097E;
}
</style>
border-color css
<style>
span { border-color: #F1097E; }
span { border-color: rgb(241,9,126); }
td.TdClassName
{
border-color: #F1097E;
}
.TagClassName
{
border-color: #F1097E;
}
</style>