Shades of Deep Pink #F1189C
Tints of Deep Pink #F1189C
RGB
CMYK
RGB Variations
Color information
#F1189C (or 0xF1189C) is known color: Deep Pink. HEX triplet: F1, 18 and 9C. RGB value is (241,24,156). Sum of RGB (Red+Green+Blue) = 241+24+156=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F1189C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1189C is #0EE763. Grayscale: #676767. Windows color (decimal): -976740 or 10230001. OLE color: 10230001.
HSL color Cylindrical-coordinate representation of color #F1189C: hue angle of 323.5º 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 #F1189C is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 156 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.05 |
| HSL | 323.5º | 0.89% | 0.52% | - |
| HSV(B) | 323.5º | 0.9% | 0.95% | - |
| XYZ | 42.6 | 21.75 | 33.41 | - |
| YUV | 103.93 | 157.39 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 156 | 0 | 0.90 | 0.35 | 0.05 | 323.5 | 0.89 | 0.52 |
| Hex | F1 | 18 | 9C | 0 | 5A | 23 | 5 | 144 | 59 | 34 |
| Octal | 361 | 30 | 234 | 0 | 132 | 43 | 5 | 504 | 131 | 64 |
| Binary | 11110001 | 11000 | 10011100 | 0 | 1011010 | 100011 | 101 | 101000100 | 1011001 | 110100 |
Color Harmonies of #F1189C
Complementary color
Monochromatic Colors of #F1189C
Black with #F1189C
Text Example
Text Example
White with #F1189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1189C; }
p { color: rgb(241,24,156); }
H1.HeaderClassName
{
color: #F1189C;
}
.AnyTagClassName
{
color: #F1189C;
}
</style>
background-color css
<style>
a { background-color: #F1189C; }
a { background-color: rgb(241,24,156); }
div.DivClassName
{
background-color: #F1189C;
}
.BgClassName
{
background-color: #F1189C;
}
</style>
border-color css
<style>
span { border-color: #F1189C; }
span { border-color: rgb(241,24,156); }
td.TdClassName
{
border-color: #F1189C;
}
.TagClassName
{
border-color: #F1189C;
}
</style>