Shades of Deep Pink #F1128C
Tints of Deep Pink #F1128C
RGB
CMYK
RGB Variations
Color information
#F1128C (or 0xF1128C) is known color: Deep Pink. HEX triplet: F1, 12 and 8C. RGB value is (241,18,140). Sum of RGB (Red+Green+Blue) = 241+18+140=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F1128C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1128C is #0EED73. Grayscale: #626262. Windows color (decimal): -978292 or 9179889. OLE color: 9179889.
HSL color Cylindrical-coordinate representation of color #F1128C: hue angle of 327.17º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1128C is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 140 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.05 |
| HSL | 327.17º | 0.89% | 0.51% | - |
| HSV(B) | 327.17º | 0.93% | 0.95% | - |
| XYZ | 41.23 | 21.03 | 26.7 | - |
| YUV | 98.59 | 151.38 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 140 | 0 | 0.93 | 0.42 | 0.05 | 327.17 | 0.89 | 0.51 |
| Hex | F1 | 12 | 8C | 0 | 5D | 2A | 5 | 147 | 59 | 33 |
| Octal | 361 | 22 | 214 | 0 | 135 | 52 | 5 | 507 | 131 | 63 |
| Binary | 11110001 | 10010 | 10001100 | 0 | 1011101 | 101010 | 101 | 101000111 | 1011001 | 110011 |
Color Harmonies of #F1128C
Complementary color
Monochromatic Colors of #F1128C
Black with #F1128C
Text Example
Text Example
White with #F1128C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1128C; }
p { color: rgb(241,18,140); }
H1.HeaderClassName
{
color: #F1128C;
}
.AnyTagClassName
{
color: #F1128C;
}
</style>
background-color css
<style>
a { background-color: #F1128C; }
a { background-color: rgb(241,18,140); }
div.DivClassName
{
background-color: #F1128C;
}
.BgClassName
{
background-color: #F1128C;
}
</style>
border-color css
<style>
span { border-color: #F1128C; }
span { border-color: rgb(241,18,140); }
td.TdClassName
{
border-color: #F1128C;
}
.TagClassName
{
border-color: #F1128C;
}
</style>