Shades of Deep Pink #F1138B
Tints of Deep Pink #F1138B
RGB
CMYK
RGB Variations
Color information
#F1138B (or 0xF1138B) is known color: Deep Pink. HEX triplet: F1, 13 and 8B. RGB value is (241,19,139). Sum of RGB (Red+Green+Blue) = 241+19+139=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1138B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1138B is #0EEC74. Grayscale: #626262. Windows color (decimal): -978037 or 9114609. OLE color: 9114609.
HSL color Cylindrical-coordinate representation of color #F1138B: hue angle of 327.57º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1138B is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 139 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.05 |
| HSL | 327.57º | 0.89% | 0.51% | - |
| HSV(B) | 327.57º | 0.92% | 0.95% | - |
| XYZ | 41.17 | 21.03 | 26.32 | - |
| YUV | 99.06 | 150.55 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 139 | 0 | 0.92 | 0.42 | 0.05 | 327.57 | 0.89 | 0.51 |
| Hex | F1 | 13 | 8B | 0 | 5C | 2A | 5 | 148 | 59 | 33 |
| Octal | 361 | 23 | 213 | 0 | 134 | 52 | 5 | 510 | 131 | 63 |
| Binary | 11110001 | 10011 | 10001011 | 0 | 1011100 | 101010 | 101 | 101001000 | 1011001 | 110011 |
Color Harmonies of #F1138B
Complementary color
Monochromatic Colors of #F1138B
Black with #F1138B
Text Example
Text Example
White with #F1138B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1138B; }
p { color: rgb(241,19,139); }
H1.HeaderClassName
{
color: #F1138B;
}
.AnyTagClassName
{
color: #F1138B;
}
</style>
background-color css
<style>
a { background-color: #F1138B; }
a { background-color: rgb(241,19,139); }
div.DivClassName
{
background-color: #F1138B;
}
.BgClassName
{
background-color: #F1138B;
}
</style>
border-color css
<style>
span { border-color: #F1138B; }
span { border-color: rgb(241,19,139); }
td.TdClassName
{
border-color: #F1138B;
}
.TagClassName
{
border-color: #F1138B;
}
</style>