Shades of Deep Pink #F1177C
Tints of Deep Pink #F1177C
RGB
CMYK
RGB Variations
Color information
#F1177C (or 0xF1177C) is known color: Deep Pink. HEX triplet: F1, 17 and 7C. RGB value is (241,23,124). Sum of RGB (Red+Green+Blue) = 241+23+124=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1177C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1177C is #0EE883. Grayscale: #636363. Windows color (decimal): -977028 or 8132593. OLE color: 8132593.
HSL color Cylindrical-coordinate representation of color #F1177C: hue angle of 332.2º 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 #F1177C is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 124 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.05 |
| HSL | 332.2º | 0.89% | 0.52% | - |
| HSV(B) | 332.2º | 0.9% | 0.95% | - |
| XYZ | 40.22 | 20.77 | 20.96 | - |
| YUV | 99.7 | 141.72 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 124 | 0 | 0.90 | 0.49 | 0.05 | 332.2 | 0.89 | 0.52 |
| Hex | F1 | 17 | 7C | 0 | 5A | 31 | 5 | 14C | 59 | 34 |
| Octal | 361 | 27 | 174 | 0 | 132 | 61 | 5 | 514 | 131 | 64 |
| Binary | 11110001 | 10111 | 1111100 | 0 | 1011010 | 110001 | 101 | 101001100 | 1011001 | 110100 |
Color Harmonies of #F1177C
Complementary color
Monochromatic Colors of #F1177C
Black with #F1177C
Text Example
Text Example
White with #F1177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1177C; }
p { color: rgb(241,23,124); }
H1.HeaderClassName
{
color: #F1177C;
}
.AnyTagClassName
{
color: #F1177C;
}
</style>
background-color css
<style>
a { background-color: #F1177C; }
a { background-color: rgb(241,23,124); }
div.DivClassName
{
background-color: #F1177C;
}
.BgClassName
{
background-color: #F1177C;
}
</style>
border-color css
<style>
span { border-color: #F1177C; }
span { border-color: rgb(241,23,124); }
td.TdClassName
{
border-color: #F1177C;
}
.TagClassName
{
border-color: #F1177C;
}
</style>