Shades of Deep Pink #F1179D
Tints of Deep Pink #F1179D
RGB
CMYK
RGB Variations
Color information
#F1179D (or 0xF1179D) is known color: Deep Pink. HEX triplet: F1, 17 and 9D. RGB value is (241,23,157). Sum of RGB (Red+Green+Blue) = 241+23+157=421 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.24% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 241 - color contains mainly: red. Hex color #F1179D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1179D is #0EE862. Grayscale: #676767. Windows color (decimal): -976995 or 10295281. OLE color: 10295281.
HSL color Cylindrical-coordinate representation of color #F1179D: hue angle of 323.12º 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 #F1179D is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 157 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.05 |
| HSL | 323.12º | 0.89% | 0.52% | - |
| HSV(B) | 323.12º | 0.9% | 0.95% | - |
| XYZ | 42.67 | 21.75 | 33.85 | - |
| YUV | 103.46 | 158.22 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 157 | 0 | 0.90 | 0.35 | 0.05 | 323.12 | 0.89 | 0.52 |
| Hex | F1 | 17 | 9D | 0 | 5A | 23 | 5 | 143 | 59 | 34 |
| Octal | 361 | 27 | 235 | 0 | 132 | 43 | 5 | 503 | 131 | 64 |
| Binary | 11110001 | 10111 | 10011101 | 0 | 1011010 | 100011 | 101 | 101000011 | 1011001 | 110100 |
Color Harmonies of #F1179D
Complementary color
Monochromatic Colors of #F1179D
Black with #F1179D
Text Example
Text Example
White with #F1179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1179D; }
p { color: rgb(241,23,157); }
H1.HeaderClassName
{
color: #F1179D;
}
.AnyTagClassName
{
color: #F1179D;
}
</style>
background-color css
<style>
a { background-color: #F1179D; }
a { background-color: rgb(241,23,157); }
div.DivClassName
{
background-color: #F1179D;
}
.BgClassName
{
background-color: #F1179D;
}
</style>
border-color css
<style>
span { border-color: #F1179D; }
span { border-color: rgb(241,23,157); }
td.TdClassName
{
border-color: #F1179D;
}
.TagClassName
{
border-color: #F1179D;
}
</style>