Shades of Deep Pink #F1188C
Tints of Deep Pink #F1188C
RGB
CMYK
RGB Variations
Color information
#F1188C (or 0xF1188C) is known color: Deep Pink. HEX triplet: F1, 18 and 8C. RGB value is (241,24,140). Sum of RGB (Red+Green+Blue) = 241+24+140=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F1188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1188C is #0EE773. Grayscale: #656565. Windows color (decimal): -976756 or 9181425. OLE color: 9181425.
HSL color Cylindrical-coordinate representation of color #F1188C: hue angle of 327.93º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F1188C is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 140 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.05 |
| HSL | 327.93º | 0.89% | 0.52% | - |
| HSV(B) | 327.93º | 0.9% | 0.95% | - |
| XYZ | 41.34 | 21.25 | 26.73 | - |
| YUV | 102.11 | 149.39 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 140 | 0 | 0.90 | 0.42 | 0.05 | 327.93 | 0.89 | 0.52 |
| Hex | F1 | 18 | 8C | 0 | 5A | 2A | 5 | 148 | 59 | 34 |
| Octal | 361 | 30 | 214 | 0 | 132 | 52 | 5 | 510 | 131 | 64 |
| Binary | 11110001 | 11000 | 10001100 | 0 | 1011010 | 101010 | 101 | 101001000 | 1011001 | 110100 |
Color Harmonies of #F1188C
Complementary color
Monochromatic Colors of #F1188C
Black with #F1188C
Text Example
Text Example
White with #F1188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1188C; }
p { color: rgb(241,24,140); }
H1.HeaderClassName
{
color: #F1188C;
}
.AnyTagClassName
{
color: #F1188C;
}
</style>
background-color css
<style>
a { background-color: #F1188C; }
a { background-color: rgb(241,24,140); }
div.DivClassName
{
background-color: #F1188C;
}
.BgClassName
{
background-color: #F1188C;
}
</style>
border-color css
<style>
span { border-color: #F1188C; }
span { border-color: rgb(241,24,140); }
td.TdClassName
{
border-color: #F1188C;
}
.TagClassName
{
border-color: #F1188C;
}
</style>