Shades of Deep Pink #F1177E
Tints of Deep Pink #F1177E
RGB
CMYK
RGB Variations
Color information
#F1177E (or 0xF1177E) is known color: Deep Pink. HEX triplet: F1, 17 and 7E. RGB value is (241,23,126). Sum of RGB (Red+Green+Blue) = 241+23+126=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F1177E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1177E is #0EE881. Grayscale: #636363. Windows color (decimal): -977026 or 8263665. OLE color: 8263665.
HSL color Cylindrical-coordinate representation of color #F1177E: hue angle of 331.65º 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 #F1177E is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 126 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.05 |
| HSL | 331.65º | 0.89% | 0.52% | - |
| HSV(B) | 331.65º | 0.9% | 0.95% | - |
| XYZ | 40.35 | 20.82 | 21.63 | - |
| YUV | 99.92 | 142.72 | 228.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 126 | 0 | 0.90 | 0.48 | 0.05 | 331.65 | 0.89 | 0.52 |
| Hex | F1 | 17 | 7E | 0 | 5A | 30 | 5 | 14C | 59 | 34 |
| Octal | 361 | 27 | 176 | 0 | 132 | 60 | 5 | 514 | 131 | 64 |
| Binary | 11110001 | 10111 | 1111110 | 0 | 1011010 | 110000 | 101 | 101001100 | 1011001 | 110100 |
Color Harmonies of #F1177E
Complementary color
Monochromatic Colors of #F1177E
Black with #F1177E
Text Example
Text Example
White with #F1177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1177E; }
p { color: rgb(241,23,126); }
H1.HeaderClassName
{
color: #F1177E;
}
.AnyTagClassName
{
color: #F1177E;
}
</style>
background-color css
<style>
a { background-color: #F1177E; }
a { background-color: rgb(241,23,126); }
div.DivClassName
{
background-color: #F1177E;
}
.BgClassName
{
background-color: #F1177E;
}
</style>
border-color css
<style>
span { border-color: #F1177E; }
span { border-color: rgb(241,23,126); }
td.TdClassName
{
border-color: #F1177E;
}
.TagClassName
{
border-color: #F1177E;
}
</style>