Shades of Deep Pink #F1139A
Tints of Deep Pink #F1139A
RGB
CMYK
RGB Variations
Color information
#F1139A (or 0xF1139A) is known color: Deep Pink. HEX triplet: F1, 13 and 9A. RGB value is (241,19,154). Sum of RGB (Red+Green+Blue) = 241+19+154=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F1139A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1139A is #0EEC65. Grayscale: #646464. Windows color (decimal): -978022 or 10097649. OLE color: 10097649.
HSL color Cylindrical-coordinate representation of color #F1139A: hue angle of 323.51º 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 #F1139A is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 154 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.05 |
| HSL | 323.51º | 0.89% | 0.51% | - |
| HSV(B) | 323.51º | 0.92% | 0.95% | - |
| XYZ | 42.34 | 21.5 | 32.49 | - |
| YUV | 100.77 | 158.05 | 228.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 154 | 0 | 0.92 | 0.36 | 0.05 | 323.51 | 0.89 | 0.51 |
| Hex | F1 | 13 | 9A | 0 | 5C | 24 | 5 | 144 | 59 | 33 |
| Octal | 361 | 23 | 232 | 0 | 134 | 44 | 5 | 504 | 131 | 63 |
| Binary | 11110001 | 10011 | 10011010 | 0 | 1011100 | 100100 | 101 | 101000100 | 1011001 | 110011 |
Color Harmonies of #F1139A
Complementary color
Monochromatic Colors of #F1139A
Black with #F1139A
Text Example
Text Example
White with #F1139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1139A; }
p { color: rgb(241,19,154); }
H1.HeaderClassName
{
color: #F1139A;
}
.AnyTagClassName
{
color: #F1139A;
}
</style>
background-color css
<style>
a { background-color: #F1139A; }
a { background-color: rgb(241,19,154); }
div.DivClassName
{
background-color: #F1139A;
}
.BgClassName
{
background-color: #F1139A;
}
</style>
border-color css
<style>
span { border-color: #F1139A; }
span { border-color: rgb(241,19,154); }
td.TdClassName
{
border-color: #F1139A;
}
.TagClassName
{
border-color: #F1139A;
}
</style>